Html Css Color HEX #338565 Viridian

📋 copy color: '#338565'

red 51 ◦ green 133 ◦ blue 101

#338565
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Viridian #338565

Tints of Viridian #338565

RGB

 RED value IS 51 (20.31% from 255) = 17.89%

 GREEN value IS 133 (52.34% from 255) = 46.67%

 BLUE value IS 101 (39.84% from 255) = 35.44%

R = 17.89%
G = 46.67%
B = 35.44%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.24

 K value IS 0.48

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#338565 (or 0x338565) is known color: Viridian. HEX triplet: 33, 85 and 65. RGB value is (51,133,101). Sum of RGB (Red+Green+Blue) = 51+133+101=285 (37% of max value = 765). Red value is 51 (20.31% from 255 or 17.89% from 285); Green value is 133 (52.34% from 255 or 46.67% from 285); Blue value is 101 (39.84% from 255 or 35.44% from 285); Max value from RGB is 133 - color contains mainly: green. Hex color #338565 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #338565 is #CC7A9A. Grayscale: #686868. Windows color (decimal): -13400731 or 6653235. OLE color: 6653235.

HSL color Cylindrical-coordinate representation of color #338565: hue angle of 156.59º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #338565 is Cyan = 0.62, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.48.

Color convert

RGB 51 133 101 -
CMYK 0.62 0 0.24 0.48
HSL 156.59º 0.45% 0.36% -
HSV(B) 156.59º 0.62% 0.52% -
XYZ 12.1 18.42 15.23 -
YUV 104.83 125.83 89.6 -
System Red Green Blue C M Y K H S L
Decimal 51 133 101 0.62 0 0.24 0.48 156.59 0.45 0.36
Hex 33 85 65 3E 0 18 30 9D 2D 24
Octal 63 205 145 76 0 30 60 235 55 44
Binary 110011 10000101 1100101 111110 0 11000 110000 10011101 101101 100100

Color Harmonies of #338565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #338565

Black with #338565

Text Example


Text Example

White with #338565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #338565; }

 p { color: rgb(51,133,101); }

 H1.HeaderClassName
 {
   color: #338565;
 }
 .AnyTagClassName
 {
   color: #338565;
 }
</style>

background-color css

<style>
 a { background-color: #338565; }

 a { background-color: rgb(51,133,101); }

 div.DivClassName
 {
   background-color: #338565;
 }
 .BgClassName
 {
   background-color: #338565;
 }
</style>

border-color css

<style>
 span { border-color: #338565; }

 span { border-color: rgb(51,133,101); }

 td.TdClassName
 {
   border-color: #338565;
 }
 .TagClassName
 {
   border-color: #338565;
 }
</style>