Shades of Verdun Green #565F0F
Tints of Verdun Green #565F0F
RGB
CMYK
RGB Variations
Color information
#565F0F (or 0x565F0F) is known color: Verdun Green. HEX triplet: 56, 5F and 0F. RGB value is (86,95,15). Sum of RGB (Red+Green+Blue) = 86+95+15=196 (25% of max value = 765). Red value is 86 (33.98% from 255 or 43.88% from 196); Green value is 95 (37.5% from 255 or 48.47% from 196); Blue value is 15 (6.25% from 255 or 7.65% from 196); Max value from RGB is 95 - color contains mainly: green. Hex color #565F0F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #565F0F is #A9A0F0. Grayscale: #535353. Windows color (decimal): -11116785 or 1007446. OLE color: 1007446.
HSL color Cylindrical-coordinate representation of color #565F0F: hue angle of 66.75º degrees, saturation: 0.73, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #565F0F is Cyan = 0.09, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 86 | 95 | 15 | - |
| CMYK | 0.09 | 0 | 0.84 | 0.63 |
| HSL | 66.75º | 0.73% | 0.22% | - |
| HSV(B) | 66.75º | 0.84% | 0.37% | - |
| XYZ | 8.02 | 10.2 | 2 | - |
| YUV | 83.19 | 89.52 | 130 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 95 | 15 | 0.09 | 0 | 0.84 | 0.63 | 66.75 | 0.73 | 0.22 |
| Hex | 56 | 5F | F | 9 | 0 | 54 | 3F | 43 | 49 | 16 |
| Octal | 126 | 137 | 17 | 11 | 0 | 124 | 77 | 103 | 111 | 26 |
| Binary | 1010110 | 1011111 | 1111 | 1001 | 0 | 1010100 | 111111 | 1000011 | 1001001 | 10110 |
Color Harmonies of #565F0F
Complementary color
Monochromatic Colors of #565F0F
Black with #565F0F
Text Example
Text Example
White with #565F0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #565F0F; }
p { color: rgb(86,95,15); }
H1.HeaderClassName
{
color: #565F0F;
}
.AnyTagClassName
{
color: #565F0F;
}
</style>
background-color css
<style>
a { background-color: #565F0F; }
a { background-color: rgb(86,95,15); }
div.DivClassName
{
background-color: #565F0F;
}
.BgClassName
{
background-color: #565F0F;
}
</style>
border-color css
<style>
span { border-color: #565F0F; }
span { border-color: rgb(86,95,15); }
td.TdClassName
{
border-color: #565F0F;
}
.TagClassName
{
border-color: #565F0F;
}
</style>