Shades of Verdun Green #365B09
Tints of Verdun Green #365B09
RGB
CMYK
RGB Variations
Color information
#365B09 (or 0x365B09) is known color: Verdun Green. HEX triplet: 36, 5B and 09. RGB value is (54,91,9). Sum of RGB (Red+Green+Blue) = 54+91+9=154 (20% of max value = 765). Red value is 54 (21.48% from 255 or 35.06% from 154); Green value is 91 (35.94% from 255 or 59.09% from 154); Blue value is 9 (3.91% from 255 or 5.84% from 154); Max value from RGB is 91 - color contains mainly: green. Hex color #365B09 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #365B09 is #C9A4F6. Grayscale: #464646. Windows color (decimal): -13214967 or 613174. OLE color: 613174.
HSL color Cylindrical-coordinate representation of color #365B09: hue angle of 87.07º degrees, saturation: 0.82, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #365B09 is Cyan = 0.41, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 54 | 91 | 9 | - |
| CMYK | 0.41 | 0 | 0.90 | 0.64 |
| HSL | 87.07º | 0.82% | 0.2% | - |
| HSV(B) | 87.07º | 0.9% | 0.36% | - |
| XYZ | 5.31 | 8.29 | 1.58 | - |
| YUV | 70.59 | 93.24 | 116.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 91 | 9 | 0.41 | 0 | 0.90 | 0.64 | 87.07 | 0.82 | 0.2 |
| Hex | 36 | 5B | 9 | 29 | 0 | 5A | 40 | 57 | 52 | 14 |
| Octal | 66 | 133 | 11 | 51 | 0 | 132 | 100 | 127 | 122 | 24 |
| Binary | 110110 | 1011011 | 1001 | 101001 | 0 | 1011010 | 1000000 | 1010111 | 1010010 | 10100 |
Color Harmonies of #365B09
Complementary color
Monochromatic Colors of #365B09
Black with #365B09
Text Example
Text Example
White with #365B09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #365B09; }
p { color: rgb(54,91,9); }
H1.HeaderClassName
{
color: #365B09;
}
.AnyTagClassName
{
color: #365B09;
}
</style>
background-color css
<style>
a { background-color: #365B09; }
a { background-color: rgb(54,91,9); }
div.DivClassName
{
background-color: #365B09;
}
.BgClassName
{
background-color: #365B09;
}
</style>
border-color css
<style>
span { border-color: #365B09; }
span { border-color: rgb(54,91,9); }
td.TdClassName
{
border-color: #365B09;
}
.TagClassName
{
border-color: #365B09;
}
</style>