#356009

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

Shades of Verdun Green #356009

Tints of Verdun Green #356009

Color information

#356009 (or 0x356009) is unknown color: approx Verdun Green. HEX triplet: 35, 60 and 09. RGB value is (53,96,9). Sum of RGB (Red+Green+Blue) = 53+96+9=158 (20% of max value = 765). Red value is 53 (21.09% from 255 or 33.54% from 158); Green value is 96 (37.89% from 255 or 60.76% from 158); Blue value is 9 (3.91% from 255 or 5.70% from 158); Max value from RGB is 96 - color contains mainly: green. Hex color #356009 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #356009 is #CA9FF6. Grayscale: #494949. Windows color (decimal): -13279223 or 614453. OLE color: 614453.

HSL color Cylindrical-coordinate representation of color #356009: hue angle of 89.66º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #356009 is Cyan = 0.45, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.62.

Color convert

RGB53969-
CMYK0.4500.910.62
HSL89.66º82.86%20.59%-
HSV(B)89.66º90.62%37.65%-
XYZ5.79.141.72-
YUV73.2291.75113.57-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 33.54%
GREEN value IS 96 (37.89% from 255) = 60.76%
BLUE value IS 9 (3.91% from 255) = 5.70%
R=33.54%
G=60.76%
B=5.70%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal539690.4500.910.6289.6682.8620.59
Hex356092D05B3E5a5315
Octal65140115501337613212325
Binary11010111000001001101101010110111111101011010101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #356009

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #356009; }

 p { color: rgb(53,96,9); }

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

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

 a { background-color: rgb(53,96,9); }

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

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

 span { border-color: rgb(53,96,9); }

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