Shades of Verdun Green #56630F
Tints of Verdun Green #56630F
RGB
CMYK
RGB Variations
Color information
#56630F (or 0x56630F) is known color: Verdun Green. HEX triplet: 56, 63 and 0F. RGB value is (86,99,15). Sum of RGB (Red+Green+Blue) = 86+99+15=200 (26% of max value = 765). Red value is 86 (33.98% from 255 or 43% from 200); Green value is 99 (39.06% from 255 or 49.5% from 200); Blue value is 15 (6.25% from 255 or 7.5% from 200); Max value from RGB is 99 - color contains mainly: green. Hex color #56630F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #56630F is #A99CF0. Grayscale: #555555. Windows color (decimal): -11115761 or 1008470. OLE color: 1008470.
HSL color Cylindrical-coordinate representation of color #56630F: hue angle of 69.29º degrees, saturation: 0.74, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #56630F is Cyan = 0.13, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 86 | 99 | 15 | - |
| CMYK | 0.13 | 0 | 0.85 | 0.61 |
| HSL | 69.29º | 0.74% | 0.22% | - |
| HSV(B) | 69.29º | 0.85% | 0.39% | - |
| XYZ | 8.39 | 10.94 | 2.12 | - |
| YUV | 85.54 | 88.19 | 128.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 99 | 15 | 0.13 | 0 | 0.85 | 0.61 | 69.29 | 0.74 | 0.22 |
| Hex | 56 | 63 | F | D | 0 | 55 | 3D | 45 | 4A | 16 |
| Octal | 126 | 143 | 17 | 15 | 0 | 125 | 75 | 105 | 112 | 26 |
| Binary | 1010110 | 1100011 | 1111 | 1101 | 0 | 1010101 | 111101 | 1000101 | 1001010 | 10110 |
Color Harmonies of #56630F
Complementary color
Monochromatic Colors of #56630F
Black with #56630F
Text Example
Text Example
White with #56630F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56630F; }
p { color: rgb(86,99,15); }
H1.HeaderClassName
{
color: #56630F;
}
.AnyTagClassName
{
color: #56630F;
}
</style>
background-color css
<style>
a { background-color: #56630F; }
a { background-color: rgb(86,99,15); }
div.DivClassName
{
background-color: #56630F;
}
.BgClassName
{
background-color: #56630F;
}
</style>
border-color css
<style>
span { border-color: #56630F; }
span { border-color: rgb(86,99,15); }
td.TdClassName
{
border-color: #56630F;
}
.TagClassName
{
border-color: #56630F;
}
</style>