#336408

Color #336408 Verdun Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Verdun Green #336408

Tints of Verdun Green #336408

Color information

#336408 (or 0x336408) is unknown color: approx 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

RGB511008-
CMYK0.4900.920.61
HSL91.96º85.19%21.18%-
HSV(B)91.96º92%39.22%-
XYZ5.979.841.81-
YUV74.8690.27110.98-

RGB Variations

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

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 (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal5110080.4900.920.6191.9685.1921.18
Hex336483105C3D5c5515
Octal63144106101347513412525
Binary11001111001001000110001010111001111011011100101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #336408

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>