Html Css Color HEX #336408 Verdun Green

📋 copy color: '#336408'

red 51 ◦ green 100 ◦ blue 8

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

Shades of Verdun Green #336408

Tints of Verdun Green #336408

RGB

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

 GREEN value IS 100 (39.45% from 255) = 62.89%

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

R = 32.08%
G = 62.89%
B = 5.03%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.92

 K value IS 0.61

RGB Variations

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

Color information

#336408 (or 0x336408) is known color: Verdun Green. HEX triplet: 33, 64 and 08. RGB value is (51,100,8). Sum of RGB (Red+Green+Blue) = 51+100+8=159 (21% of max value = 765). Red value is 51 (20.31% from 255 or 32.08% from 159); Green value is 100 (39.45% from 255 or 62.89% from 159); Blue value is 8 (3.52% from 255 or 5.03% from 159); Max value from RGB is 100 - color contains mainly: green. Hex color #336408 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #336408 is #CC9BF7. Grayscale: #4B4B4B. Windows color (decimal): -13409272 or 549939. OLE color: 549939.

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

Color convert

RGB 51 100 8 -
CMYK 0.49 0 0.92 0.61
HSL 91.96º 0.85% 0.21% -
HSV(B) 91.96º 0.92% 0.39% -
XYZ 5.97 9.84 1.81 -
YUV 74.86 90.27 110.98 -
System Red Green Blue C M Y K H S L
Decimal 51 100 8 0.49 0 0.92 0.61 91.96 0.85 0.21
Hex 33 64 8 31 0 5C 3D 5C 55 15
Octal 63 144 10 61 0 134 75 134 125 25
Binary 110011 1100100 1000 110001 0 1011100 111101 1011100 1010101 10101

Color Harmonies of #336408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #336408

Black with #336408

Text Example


Text Example

White with #336408

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #336408; }

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

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

background-color css

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

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

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

border-color css

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

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

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