#336206

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

Shades of Verdun Green #336206

Tints of Verdun Green #336206

Color information

#336206 (or 0x336206) is unknown color: approx Verdun Green. HEX triplet: 33, 62 and 06. RGB value is (51,98,6). Sum of RGB (Red+Green+Blue) = 51+98+6=155 (20% of max value = 765). Red value is 51 (20.31% from 255 or 32.90% from 155); Green value is 98 (38.67% from 255 or 63.23% from 155); Blue value is 6 (2.73% from 255 or 3.87% from 155); Max value from RGB is 98 - color contains mainly: green. Hex color #336206 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #336206 is #CC9DF9. Grayscale: #494949. Windows color (decimal): -13409786 or 418355. OLE color: 418355.

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

Color convert

RGB51986-
CMYK0.4800.940.62
HSL90.65º88.46%20.39%-
HSV(B)90.65º93.88%38.43%-
XYZ5.779.451.69-
YUV73.4689.93111.98-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 32.90%
GREEN value IS 98 (38.67% from 255) = 63.23%
BLUE value IS 6 (2.73% from 255) = 3.87%
R=32.90%
G=63.23%
B=3.87%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal519860.4800.940.6290.6588.4620.39
Hex336263005E3E5b5814
Octal6314266001367613313024
Binary1100111100010110110000010111101111101011011101100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #336206

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #336206; }

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

 H1.HeaderClassName
 {
   color: #336206;
 }
 .AnyTagClassName
 {
   color: #336206;
 }
</style>
background-color css

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

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

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

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

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

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