#335506

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

Shades of Verdun Green #335506

Tints of Verdun Green #335506

Color information

#335506 (or 0x335506) is unknown color: approx Verdun Green. HEX triplet: 33, 55 and 06. RGB value is (51,85,6). Sum of RGB (Red+Green+Blue) = 51+85+6=142 (18% of max value = 765). Red value is 51 (20.31% from 255 or 35.92% from 142); Green value is 85 (33.59% from 255 or 59.86% from 142); Blue value is 6 (2.73% from 255 or 4.23% from 142); Max value from RGB is 85 - color contains mainly: green. Hex color #335506 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #335506 is #CCAAF9. Grayscale: #424242. Windows color (decimal): -13413114 or 415027. OLE color: 415027.

HSL color Cylindrical-coordinate representation of color #335506: hue angle of 85.82º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #335506 is Cyan = 0.40, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.67.

Color convert

RGB51856-
CMYK0.4000.930.67
HSL85.82º86.81%17.84%-
HSV(B)85.82º92.94%33.33%-
XYZ4.657.211.32-
YUV65.8394.24117.42-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 35.92%
GREEN value IS 85 (33.59% from 255) = 59.86%
BLUE value IS 6 (2.73% from 255) = 4.23%
R=35.92%
G=59.86%
B=4.23%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal518560.4000.930.6785.8286.8117.84
Hex335562805D43565712
Octal63125650013510312612722
Binary11001110101011101010000101110110000111010110101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #335506

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #335506; }

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

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

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

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

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

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

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

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