#356806

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

Shades of Verdun Green #356806

Tints of Verdun Green #356806

Color information

#356806 (or 0x356806) is unknown color: approx Verdun Green. HEX triplet: 35, 68 and 06. RGB value is (53,104,6). Sum of RGB (Red+Green+Blue) = 53+104+6=163 (21% of max value = 765). Red value is 53 (21.09% from 255 or 32.52% from 163); Green value is 104 (41.02% from 255 or 63.80% from 163); Blue value is 6 (2.73% from 255 or 3.68% from 163); Max value from RGB is 104 - color contains mainly: green. Hex color #356806 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #356806 is #CA97F9. Grayscale: #4D4D4D. Windows color (decimal): -13277178 or 419893. OLE color: 419893.

HSL color Cylindrical-coordinate representation of color #356806: hue angle of 91.22º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #356806 is Cyan = 0.49, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.59.

Color convert

RGB531046-
CMYK0.4900.940.59
HSL91.22º89.09%21.57%-
HSV(B)91.22º94.23%40.78%-
XYZ6.4510.671.89-
YUV77.5887.6110.47-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 32.52%
GREEN value IS 104 (41.02% from 255) = 63.80%
BLUE value IS 6 (2.73% from 255) = 3.68%
R=32.52%
G=63.80%
B=3.68%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal5310460.4900.940.5991.2289.0921.57
Hex356863105E3B5b5916
Octal6515066101367313313126
Binary1101011101000110110001010111101110111011011101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #356806

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #356806; }

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

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

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

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

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

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

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

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