Shades of Verdun Green #365F09
Tints of Verdun Green #365F09
RGB
CMYK
RGB Variations
Color information
#365F09 (or 0x365F09) is known color: Verdun Green. HEX triplet: 36, 5F and 09. RGB value is (54,95,9). Sum of RGB (Red+Green+Blue) = 54+95+9=158 (20% of max value = 765). Red value is 54 (21.48% from 255 or 34.18% from 158); Green value is 95 (37.5% from 255 or 60.13% from 158); Blue value is 9 (3.91% from 255 or 5.70% from 158); Max value from RGB is 95 - color contains mainly: green. Hex color #365F09 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #365F09 is #C9A0F6. Grayscale: #494949. Windows color (decimal): -13213943 or 614198. OLE color: 614198.
HSL color Cylindrical-coordinate representation of color #365F09: hue angle of 88.6º degrees, saturation: 0.83, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #365F09 is Cyan = 0.43, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 54 | 95 | 9 | - |
| CMYK | 0.43 | 0 | 0.91 | 0.63 |
| HSL | 88.6º | 0.83% | 0.2% | - |
| HSV(B) | 88.6º | 0.91% | 0.37% | - |
| XYZ | 5.66 | 8.99 | 1.69 | - |
| YUV | 72.94 | 91.92 | 114.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 95 | 9 | 0.43 | 0 | 0.91 | 0.63 | 88.6 | 0.83 | 0.2 |
| Hex | 36 | 5F | 9 | 2B | 0 | 5B | 3F | 59 | 53 | 14 |
| Octal | 66 | 137 | 11 | 53 | 0 | 133 | 77 | 131 | 123 | 24 |
| Binary | 110110 | 1011111 | 1001 | 101011 | 0 | 1011011 | 111111 | 1011001 | 1010011 | 10100 |
Color Harmonies of #365F09
Complementary color
Monochromatic Colors of #365F09
Black with #365F09
Text Example
Text Example
White with #365F09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #365F09; }
p { color: rgb(54,95,9); }
H1.HeaderClassName
{
color: #365F09;
}
.AnyTagClassName
{
color: #365F09;
}
</style>
background-color css
<style>
a { background-color: #365F09; }
a { background-color: rgb(54,95,9); }
div.DivClassName
{
background-color: #365F09;
}
.BgClassName
{
background-color: #365F09;
}
</style>
border-color css
<style>
span { border-color: #365F09; }
span { border-color: rgb(54,95,9); }
td.TdClassName
{
border-color: #365F09;
}
.TagClassName
{
border-color: #365F09;
}
</style>