#355606

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

Shades of Verdun Green #355606

Tints of Verdun Green #355606

Color information

#355606 (or 0x355606) is unknown color: approx Verdun Green. HEX triplet: 35, 56 and 06. RGB value is (53,86,6). Sum of RGB (Red+Green+Blue) = 53+86+6=145 (19% of max value = 765). Red value is 53 (21.09% from 255 or 36.55% from 145); Green value is 86 (33.98% from 255 or 59.31% from 145); Blue value is 6 (2.73% from 255 or 4.14% from 145); Max value from RGB is 86 - color contains mainly: green. Hex color #355606 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #355606 is #CAA9F9. Grayscale: #434343. Windows color (decimal): -13281786 or 415285. OLE color: 415285.

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

Color convert

RGB53866-
CMYK0.3800.930.66
HSL84.75º86.96%18.04%-
HSV(B)84.75º93.02%33.73%-
XYZ4.837.431.35-
YUV67.0193.57118-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 36.55%
GREEN value IS 86 (33.98% from 255) = 59.31%
BLUE value IS 6 (2.73% from 255) = 4.14%
R=36.55%
G=59.31%
B=4.14%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal538660.3800.930.6684.7586.9618.04
Hex355662605D42555712
Octal65126646013510212512722
Binary11010110101101101001100101110110000101010101101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #355606

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #355606; }

 p { color: rgb(53,86,6); }

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

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

 a { background-color: rgb(53,86,6); }

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

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

 span { border-color: rgb(53,86,6); }

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