Shades of Verdun Green #36570F
Tints of Verdun Green #36570F
RGB
CMYK
RGB Variations
Color information
#36570F (or 0x36570F) is known color: Verdun Green. HEX triplet: 36, 57 and 0F. RGB value is (54,87,15). Sum of RGB (Red+Green+Blue) = 54+87+15=156 (20% of max value = 765). Red value is 54 (21.48% from 255 or 34.62% from 156); Green value is 87 (34.38% from 255 or 55.77% from 156); Blue value is 15 (6.25% from 255 or 9.62% from 156); Max value from RGB is 87 - color contains mainly: green. Hex color #36570F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #36570F is #C9A8F0. Grayscale: #454545. Windows color (decimal): -13215985 or 1005366. OLE color: 1005366.
HSL color Cylindrical-coordinate representation of color #36570F: hue angle of 87.5º degrees, saturation: 0.71, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #36570F is Cyan = 0.38, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 54 | 87 | 15 | - |
| CMYK | 0.38 | 0 | 0.83 | 0.66 |
| HSL | 87.5º | 0.71% | 0.2% | - |
| HSV(B) | 87.5º | 0.83% | 0.34% | - |
| XYZ | 5.02 | 7.64 | 1.66 | - |
| YUV | 68.93 | 97.57 | 117.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 87 | 15 | 0.38 | 0 | 0.83 | 0.66 | 87.5 | 0.71 | 0.2 |
| Hex | 36 | 57 | F | 26 | 0 | 53 | 42 | 57 | 47 | 14 |
| Octal | 66 | 127 | 17 | 46 | 0 | 123 | 102 | 127 | 107 | 24 |
| Binary | 110110 | 1010111 | 1111 | 100110 | 0 | 1010011 | 1000010 | 1010111 | 1000111 | 10100 |
Color Harmonies of #36570F
Complementary color
Monochromatic Colors of #36570F
Black with #36570F
Text Example
Text Example
White with #36570F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36570F; }
p { color: rgb(54,87,15); }
H1.HeaderClassName
{
color: #36570F;
}
.AnyTagClassName
{
color: #36570F;
}
</style>
background-color css
<style>
a { background-color: #36570F; }
a { background-color: rgb(54,87,15); }
div.DivClassName
{
background-color: #36570F;
}
.BgClassName
{
background-color: #36570F;
}
</style>
border-color css
<style>
span { border-color: #36570F; }
span { border-color: rgb(54,87,15); }
td.TdClassName
{
border-color: #36570F;
}
.TagClassName
{
border-color: #36570F;
}
</style>