Shades of Verdun Green #36550C
Tints of Verdun Green #36550C
RGB
CMYK
RGB Variations
Color information
#36550C (or 0x36550C) is known color: Verdun Green. HEX triplet: 36, 55 and 0C. RGB value is (54,85,12). Sum of RGB (Red+Green+Blue) = 54+85+12=151 (20% of max value = 765). Red value is 54 (21.48% from 255 or 35.76% from 151); Green value is 85 (33.59% from 255 or 56.29% from 151); Blue value is 12 (5.08% from 255 or 7.95% from 151); Max value from RGB is 85 - color contains mainly: green. Hex color #36550C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #36550C is #C9AAF3. Grayscale: #434343. Windows color (decimal): -13216500 or 808246. OLE color: 808246.
HSL color Cylindrical-coordinate representation of color #36550C: hue angle of 85.48º degrees, saturation: 0.75, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #36550C is Cyan = 0.36, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 54 | 85 | 12 | - |
| CMYK | 0.36 | 0 | 0.86 | 0.67 |
| HSL | 85.48º | 0.75% | 0.19% | - |
| HSV(B) | 85.48º | 0.86% | 0.33% | - |
| XYZ | 4.84 | 7.31 | 1.5 | - |
| YUV | 67.41 | 96.73 | 118.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 85 | 12 | 0.36 | 0 | 0.86 | 0.67 | 85.48 | 0.75 | 0.19 |
| Hex | 36 | 55 | C | 24 | 0 | 56 | 43 | 55 | 4B | 13 |
| Octal | 66 | 125 | 14 | 44 | 0 | 126 | 103 | 125 | 113 | 23 |
| Binary | 110110 | 1010101 | 1100 | 100100 | 0 | 1010110 | 1000011 | 1010101 | 1001011 | 10011 |
Color Harmonies of #36550C
Complementary color
Monochromatic Colors of #36550C
Black with #36550C
Text Example
Text Example
White with #36550C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36550C; }
p { color: rgb(54,85,12); }
H1.HeaderClassName
{
color: #36550C;
}
.AnyTagClassName
{
color: #36550C;
}
</style>
background-color css
<style>
a { background-color: #36550C; }
a { background-color: rgb(54,85,12); }
div.DivClassName
{
background-color: #36550C;
}
.BgClassName
{
background-color: #36550C;
}
</style>
border-color css
<style>
span { border-color: #36550C; }
span { border-color: rgb(54,85,12); }
td.TdClassName
{
border-color: #36550C;
}
.TagClassName
{
border-color: #36550C;
}
</style>