#336202

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

Shades of Verdun Green #336202

Tints of Verdun Green #336202

Color information

#336202 (or 0x336202) is unknown color: approx Verdun Green. HEX triplet: 33, 62 and 02. RGB value is (51,98,2). Sum of RGB (Red+Green+Blue) = 51+98+2=151 (20% of max value = 765). Red value is 51 (20.31% from 255 or 33.77% from 151); Green value is 98 (38.67% from 255 or 64.90% from 151); Blue value is 2 (1.17% from 255 or 1.32% from 151); Max value from RGB is 98 - color contains mainly: green. Hex color #336202 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #336202 is #CC9DFD. Grayscale: #494949. Windows color (decimal): -13409790 or 156211. OLE color: 156211.

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

Color convert

RGB51982-
CMYK0.4800.980.62
HSL89.38º96%19.61%-
HSV(B)89.38º97.96%38.43%-
XYZ5.749.441.58-
YUV7387.93112.31-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 33.77%
GREEN value IS 98 (38.67% from 255) = 64.90%
BLUE value IS 2 (1.17% from 255) = 1.32%
R=33.77%
G=64.90%
B=1.32%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal519820.4800.980.6289.389619.61
Hex33622300623E596014
Octal6314226001427613114024
Binary110011110001010110000011000101111101011001110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #336202

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #336202; }

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

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

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

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

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

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

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

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