Shades of Verdun Green #36560A
Tints of Verdun Green #36560A
RGB
CMYK
RGB Variations
Color information
#36560A (or 0x36560A) is known color: Verdun Green. HEX triplet: 36, 56 and 0A. RGB value is (54,86,10). Sum of RGB (Red+Green+Blue) = 54+86+10=150 (19% of max value = 765). Red value is 54 (21.48% from 255 or 36% from 150); Green value is 86 (33.98% from 255 or 57.33% from 150); Blue value is 10 (4.30% from 255 or 6.67% from 150); Max value from RGB is 86 - color contains mainly: green. Hex color #36560A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #36560A is #C9A9F5. Grayscale: #444444. Windows color (decimal): -13216246 or 677430. OLE color: 677430.
HSL color Cylindrical-coordinate representation of color #36560A: hue angle of 85.26º degrees, saturation: 0.79, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #36560A is Cyan = 0.37, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 54 | 86 | 10 | - |
| CMYK | 0.37 | 0 | 0.88 | 0.66 |
| HSL | 85.26º | 0.79% | 0.19% | - |
| HSV(B) | 85.26º | 0.88% | 0.34% | - |
| XYZ | 4.9 | 7.46 | 1.47 | - |
| YUV | 67.77 | 95.4 | 118.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 86 | 10 | 0.37 | 0 | 0.88 | 0.66 | 85.26 | 0.79 | 0.19 |
| Hex | 36 | 56 | A | 25 | 0 | 58 | 42 | 55 | 4F | 13 |
| Octal | 66 | 126 | 12 | 45 | 0 | 130 | 102 | 125 | 117 | 23 |
| Binary | 110110 | 1010110 | 1010 | 100101 | 0 | 1011000 | 1000010 | 1010101 | 1001111 | 10011 |
Color Harmonies of #36560A
Complementary color
Monochromatic Colors of #36560A
Black with #36560A
Text Example
Text Example
White with #36560A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36560A; }
p { color: rgb(54,86,10); }
H1.HeaderClassName
{
color: #36560A;
}
.AnyTagClassName
{
color: #36560A;
}
</style>
background-color css
<style>
a { background-color: #36560A; }
a { background-color: rgb(54,86,10); }
div.DivClassName
{
background-color: #36560A;
}
.BgClassName
{
background-color: #36560A;
}
</style>
border-color css
<style>
span { border-color: #36560A; }
span { border-color: rgb(54,86,10); }
td.TdClassName
{
border-color: #36560A;
}
.TagClassName
{
border-color: #36560A;
}
</style>