#365209

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

Shades of Verdun Green #365209

Tints of Verdun Green #365209

Color information

#365209 (or 0x365209) is unknown color: approx Verdun Green. HEX triplet: 36, 52 and 09. RGB value is (54,82,9). Sum of RGB (Red+Green+Blue) = 54+82+9=145 (19% of max value = 765). Red value is 54 (21.48% from 255 or 37.24% from 145); Green value is 82 (32.42% from 255 or 56.55% from 145); Blue value is 9 (3.91% from 255 or 6.21% from 145); Max value from RGB is 82 - color contains mainly: green. Hex color #365209 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #365209 is #C9ADF6. Grayscale: #414141. Windows color (decimal): -13217271 or 610870. OLE color: 610870.

HSL color Cylindrical-coordinate representation of color #365209: hue angle of 83.01º degrees, saturation: 0.8, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #365209 is Cyan = 0.34, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.68.

Color convert

RGB54829-
CMYK0.3400.890.68
HSL83.01º80.22%17.84%-
HSV(B)83.01º89.02%32.16%-
XYZ4.596.841.34-
YUV65.3196.22119.94-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 37.24%
GREEN value IS 82 (32.42% from 255) = 56.55%
BLUE value IS 9 (3.91% from 255) = 6.21%
R=37.24%
G=56.55%
B=6.21%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal548290.3400.890.6883.0180.2217.84
Hex365292205944535012
Octal661221142013110412312022
Binary110110101001010011000100101100110001001010011101000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365209

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #365209; }

 p { color: rgb(54,82,9); }

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

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

 a { background-color: rgb(54,82,9); }

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

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

 span { border-color: rgb(54,82,9); }

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