Shades of Verdun Green #365D09
Tints of Verdun Green #365D09
RGB
CMYK
RGB Variations
Color information
#365D09 (or 0x365D09) is known color: Verdun Green. HEX triplet: 36, 5D and 09. RGB value is (54,93,9). Sum of RGB (Red+Green+Blue) = 54+93+9=156 (20% of max value = 765). Red value is 54 (21.48% from 255 or 34.62% from 156); Green value is 93 (36.72% from 255 or 59.62% from 156); Blue value is 9 (3.91% from 255 or 5.77% from 156); Max value from RGB is 93 - color contains mainly: green. Hex color #365D09 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #365D09 is #C9A2F6. Grayscale: #484848. Windows color (decimal): -13214455 or 613686. OLE color: 613686.
HSL color Cylindrical-coordinate representation of color #365D09: hue angle of 87.86º 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 #365D09 is Cyan = 0.42, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 54 | 93 | 9 | - |
| CMYK | 0.42 | 0 | 0.90 | 0.64 |
| HSL | 87.86º | 0.82% | 0.2% | - |
| HSV(B) | 87.86º | 0.9% | 0.36% | - |
| XYZ | 5.48 | 8.63 | 1.64 | - |
| YUV | 71.76 | 92.58 | 115.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 93 | 9 | 0.42 | 0 | 0.90 | 0.64 | 87.86 | 0.82 | 0.2 |
| Hex | 36 | 5D | 9 | 2A | 0 | 5A | 40 | 58 | 52 | 14 |
| Octal | 66 | 135 | 11 | 52 | 0 | 132 | 100 | 130 | 122 | 24 |
| Binary | 110110 | 1011101 | 1001 | 101010 | 0 | 1011010 | 1000000 | 1011000 | 1010010 | 10100 |
Color Harmonies of #365D09
Complementary color
Monochromatic Colors of #365D09
Black with #365D09
Text Example
Text Example
White with #365D09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #365D09; }
p { color: rgb(54,93,9); }
H1.HeaderClassName
{
color: #365D09;
}
.AnyTagClassName
{
color: #365D09;
}
</style>
background-color css
<style>
a { background-color: #365D09; }
a { background-color: rgb(54,93,9); }
div.DivClassName
{
background-color: #365D09;
}
.BgClassName
{
background-color: #365D09;
}
</style>
border-color css
<style>
span { border-color: #365D09; }
span { border-color: rgb(54,93,9); }
td.TdClassName
{
border-color: #365D09;
}
.TagClassName
{
border-color: #365D09;
}
</style>