Shades of Verdun Green #56580F
Tints of Verdun Green #56580F
RGB
CMYK
RGB Variations
Color information
#56580F (or 0x56580F) is known color: Verdun Green. HEX triplet: 56, 58 and 0F. RGB value is (86,88,15). Sum of RGB (Red+Green+Blue) = 86+88+15=189 (25% of max value = 765). Red value is 86 (33.98% from 255 or 45.50% from 189); Green value is 88 (34.77% from 255 or 46.56% from 189); Blue value is 15 (6.25% from 255 or 7.94% from 189); Max value from RGB is 88 - color contains mainly: green. Hex color #56580F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #56580F is #A9A7F0. Grayscale: #4F4F4F. Windows color (decimal): -11118577 or 1005654. OLE color: 1005654.
HSL color Cylindrical-coordinate representation of color #56580F: hue angle of 61.64º degrees, saturation: 0.71, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #56580F is Cyan = 0.02, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 86 | 88 | 15 | - |
| CMYK | 0.02 | 0 | 0.83 | 0.65 |
| HSL | 61.64º | 0.71% | 0.2% | - |
| HSV(B) | 61.64º | 0.83% | 0.35% | - |
| XYZ | 7.41 | 8.99 | 1.8 | - |
| YUV | 79.08 | 91.84 | 132.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 88 | 15 | 0.02 | 0 | 0.83 | 0.65 | 61.64 | 0.71 | 0.2 |
| Hex | 56 | 58 | F | 2 | 0 | 53 | 41 | 3E | 47 | 14 |
| Octal | 126 | 130 | 17 | 2 | 0 | 123 | 101 | 76 | 107 | 24 |
| Binary | 1010110 | 1011000 | 1111 | 10 | 0 | 1010011 | 1000001 | 111110 | 1000111 | 10100 |
Color Harmonies of #56580F
Complementary color
Monochromatic Colors of #56580F
Black with #56580F
Text Example
Text Example
White with #56580F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56580F; }
p { color: rgb(86,88,15); }
H1.HeaderClassName
{
color: #56580F;
}
.AnyTagClassName
{
color: #56580F;
}
</style>
background-color css
<style>
a { background-color: #56580F; }
a { background-color: rgb(86,88,15); }
div.DivClassName
{
background-color: #56580F;
}
.BgClassName
{
background-color: #56580F;
}
</style>
border-color css
<style>
span { border-color: #56580F; }
span { border-color: rgb(86,88,15); }
td.TdClassName
{
border-color: #56580F;
}
.TagClassName
{
border-color: #56580F;
}
</style>