#336606

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

Shades of Verdun Green #336606

Tints of Verdun Green #336606

Color information

#336606 (or 0x336606) is unknown color: approx Verdun Green. HEX triplet: 33, 66 and 06. RGB value is (51,102,6). Sum of RGB (Red+Green+Blue) = 51+102+6=159 (21% of max value = 765). Red value is 51 (20.31% from 255 or 32.08% from 159); Green value is 102 (40.23% from 255 or 64.15% from 159); Blue value is 6 (2.73% from 255 or 3.77% from 159); Max value from RGB is 102 - color contains mainly: green. Hex color #336606 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #336606 is #CC99F9. Grayscale: #4C4C4C. Windows color (decimal): -13408762 or 419379. OLE color: 419379.

HSL color Cylindrical-coordinate representation of color #336606: hue angle of 91.88º degrees, saturation: 0.89, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #336606 is Cyan = 0.5, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.6.

Color convert

RGB511026-
CMYK0.500.940.6
HSL91.88º88.89%21.18%-
HSV(B)91.88º94.12%40%-
XYZ6.1510.221.82-
YUV75.8188.6110.31-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 32.08%
GREEN value IS 102 (40.23% from 255) = 64.15%
BLUE value IS 6 (2.73% from 255) = 3.77%
R=32.08%
G=64.15%
B=3.77%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal5110260.500.940.691.8888.8921.18
Hex336663205E3C5c5915
Octal6314666201367413413125
Binary1100111100110110110010010111101111001011100101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #336606

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #336606; }

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

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

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

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

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

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

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

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