Shades of Verdun Green #365209
Tints of Verdun Green #365209
RGB
CMYK
RGB Variations
Color information
#365209 (or 0x365209) is known color: 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
| RGB | 54 | 82 | 9 | - |
| CMYK | 0.34 | 0 | 0.89 | 0.68 |
| HSL | 83.01º | 0.8% | 0.18% | - |
| HSV(B) | 83.01º | 0.89% | 0.32% | - |
| XYZ | 4.59 | 6.84 | 1.34 | - |
| YUV | 65.31 | 96.22 | 119.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 82 | 9 | 0.34 | 0 | 0.89 | 0.68 | 83.01 | 0.8 | 0.18 |
| Hex | 36 | 52 | 9 | 22 | 0 | 59 | 44 | 53 | 50 | 12 |
| Octal | 66 | 122 | 11 | 42 | 0 | 131 | 104 | 123 | 120 | 22 |
| Binary | 110110 | 1010010 | 1001 | 100010 | 0 | 1011001 | 1000100 | 1010011 | 1010000 | 10010 |
Color Harmonies of #365209
Complementary color
Monochromatic Colors of #365209
Black with #365209
Text Example
Text Example
White with #365209
Text Example
Text Example
HTML Codes & Css Web 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>