Shades of Verdun Green #53570F
Tints of Verdun Green #53570F
RGB
CMYK
RGB Variations
Color information
#53570F (or 0x53570F) is known color: Verdun Green. HEX triplet: 53, 57 and 0F. RGB value is (83,87,15). Sum of RGB (Red+Green+Blue) = 83+87+15=185 (24% of max value = 765). Red value is 83 (32.81% from 255 or 44.86% from 185); Green value is 87 (34.38% from 255 or 47.03% from 185); Blue value is 15 (6.25% from 255 or 8.11% from 185); Max value from RGB is 87 - color contains mainly: green. Hex color #53570F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #53570F is #ACA8F0. Grayscale: #4D4D4D. Windows color (decimal): -11315441 or 1005395. OLE color: 1005395.
HSL color Cylindrical-coordinate representation of color #53570F: hue angle of 63.33º 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 #53570F is Cyan = 0.05, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 83 | 87 | 15 | - |
| CMYK | 0.05 | 0 | 0.83 | 0.66 |
| HSL | 63.33º | 0.71% | 0.2% | - |
| HSV(B) | 63.33º | 0.83% | 0.34% | - |
| XYZ | 7.06 | 8.69 | 1.76 | - |
| YUV | 77.6 | 92.67 | 131.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 87 | 15 | 0.05 | 0 | 0.83 | 0.66 | 63.33 | 0.71 | 0.2 |
| Hex | 53 | 57 | F | 5 | 0 | 53 | 42 | 3F | 47 | 14 |
| Octal | 123 | 127 | 17 | 5 | 0 | 123 | 102 | 77 | 107 | 24 |
| Binary | 1010011 | 1010111 | 1111 | 101 | 0 | 1010011 | 1000010 | 111111 | 1000111 | 10100 |
Color Harmonies of #53570F
Complementary color
Monochromatic Colors of #53570F
Black with #53570F
Text Example
Text Example
White with #53570F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53570F; }
p { color: rgb(83,87,15); }
H1.HeaderClassName
{
color: #53570F;
}
.AnyTagClassName
{
color: #53570F;
}
</style>
background-color css
<style>
a { background-color: #53570F; }
a { background-color: rgb(83,87,15); }
div.DivClassName
{
background-color: #53570F;
}
.BgClassName
{
background-color: #53570F;
}
</style>
border-color css
<style>
span { border-color: #53570F; }
span { border-color: rgb(83,87,15); }
td.TdClassName
{
border-color: #53570F;
}
.TagClassName
{
border-color: #53570F;
}
</style>