Html Css Color HEX #336208 Verdun Green

📋 copy color: '#336208'

red 51 ◦ green 98 ◦ blue 8

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

Shades of Verdun Green #336208

Tints of Verdun Green #336208

RGB

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

 GREEN value IS 98 (38.67% from 255) = 62.42%

 BLUE value IS 8 (3.52% from 255) = 5.1%

R = 32.48%
G = 62.42%
B = 5.1%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.92

 K value IS 0.62

RGB Variations

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

Color information

#336208 (or 0x336208) is known color: Verdun Green. HEX triplet: 33, 62 and 08. RGB value is (51,98,8). Sum of RGB (Red+Green+Blue) = 51+98+8=157 (20% of max value = 765). Red value is 51 (20.31% from 255 or 32.48% from 157); Green value is 98 (38.67% from 255 or 62.42% from 157); Blue value is 8 (3.52% from 255 or 5.10% from 157); Max value from RGB is 98 - color contains mainly: green. Hex color #336208 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #336208 is #CC9DF7. Grayscale: #4A4A4A. Windows color (decimal): -13409784 or 549427. OLE color: 549427.

HSL color Cylindrical-coordinate representation of color #336208: hue angle of 91.33º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #336208 is Cyan = 0.48, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.62.

Color convert

RGB 51 98 8 -
CMYK 0.48 0 0.92 0.62
HSL 91.33º 0.85% 0.21% -
HSV(B) 91.33º 0.92% 0.38% -
XYZ 5.78 9.46 1.75 -
YUV 73.69 90.93 111.82 -
System Red Green Blue C M Y K H S L
Decimal 51 98 8 0.48 0 0.92 0.62 91.33 0.85 0.21
Hex 33 62 8 30 0 5C 3E 5B 55 15
Octal 63 142 10 60 0 134 76 133 125 25
Binary 110011 1100010 1000 110000 0 1011100 111110 1011011 1010101 10101

Color Harmonies of #336208

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #336208

Black with #336208

Text Example


Text Example

White with #336208

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #336208; }

 p { color: rgb(51,98,8); }

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

background-color css

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

 a { background-color: rgb(51,98,8); }

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

border-color css

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

 span { border-color: rgb(51,98,8); }

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