Shades of Verdun Green #576301
Tints of Verdun Green #576301
RGB
CMYK
RGB Variations
Color information
#576301 (or 0x576301) is known color: Verdun Green. HEX triplet: 57, 63 and 01. RGB value is (87,99,1). Sum of RGB (Red+Green+Blue) = 87+99+1=187 (24% of max value = 765). Red value is 87 (34.38% from 255 or 46.52% from 187); Green value is 99 (39.06% from 255 or 52.94% from 187); Blue value is 1 (0.78% from 255 or 0.53% from 187); Max value from RGB is 99 - color contains mainly: green. Hex color #576301 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #576301 is #A89CFE. Grayscale: #545454. Windows color (decimal): -11050239 or 90967. OLE color: 90967.
HSL color Cylindrical-coordinate representation of color #576301: hue angle of 67.35º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #576301 is Cyan = 0.12, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 87 | 99 | 1 | - |
| CMYK | 0.12 | 0 | 0.99 | 0.61 |
| HSL | 67.35º | 0.98% | 0.2% | - |
| HSV(B) | 67.35º | 0.99% | 0.39% | - |
| XYZ | 8.4 | 10.95 | 1.7 | - |
| YUV | 84.24 | 81.02 | 129.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 99 | 1 | 0.12 | 0 | 0.99 | 0.61 | 67.35 | 0.98 | 0.2 |
| Hex | 57 | 63 | 1 | C | 0 | 63 | 3D | 43 | 62 | 14 |
| Octal | 127 | 143 | 1 | 14 | 0 | 143 | 75 | 103 | 142 | 24 |
| Binary | 1010111 | 1100011 | 1 | 1100 | 0 | 1100011 | 111101 | 1000011 | 1100010 | 10100 |
Color Harmonies of #576301
Complementary color
Monochromatic Colors of #576301
Black with #576301
Text Example
Text Example
White with #576301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #576301; }
p { color: rgb(87,99,1); }
H1.HeaderClassName
{
color: #576301;
}
.AnyTagClassName
{
color: #576301;
}
</style>
background-color css
<style>
a { background-color: #576301; }
a { background-color: rgb(87,99,1); }
div.DivClassName
{
background-color: #576301;
}
.BgClassName
{
background-color: #576301;
}
</style>
border-color css
<style>
span { border-color: #576301; }
span { border-color: rgb(87,99,1); }
td.TdClassName
{
border-color: #576301;
}
.TagClassName
{
border-color: #576301;
}
</style>