#336402

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

Shades of Verdun Green #336402

Tints of Verdun Green #336402

Color information

#336402 (or 0x336402) is unknown color: approx Verdun Green. HEX triplet: 33, 64 and 02. RGB value is (51,100,2). Sum of RGB (Red+Green+Blue) = 51+100+2=153 (20% of max value = 765). Red value is 51 (20.31% from 255 or 33.33% from 153); Green value is 100 (39.45% from 255 or 65.36% from 153); Blue value is 2 (1.17% from 255 or 1.31% from 153); Max value from RGB is 100 - color contains mainly: green. Hex color #336402 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #336402 is #CC9BFD. Grayscale: #4A4A4A. Windows color (decimal): -13409278 or 156723. OLE color: 156723.

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

Color convert

RGB511002-
CMYK0.4900.980.61
HSL90º96.08%20%-
HSV(B)90º98%39.22%-
XYZ5.939.821.64-
YUV74.1887.27111.47-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 33.33%
GREEN value IS 100 (39.45% from 255) = 65.36%
BLUE value IS 2 (1.17% from 255) = 1.31%
R=33.33%
G=65.36%
B=1.31%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal5110020.4900.980.619096.0820
Hex33642310623D5a6014
Octal6314426101427513214024
Binary110011110010010110001011000101111011011010110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #336402

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #336402; }

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

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

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

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

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

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

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

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