Shades of Verdun Green #565304
Tints of Verdun Green #565304
RGB
CMYK
RGB Variations
Color information
#565304 (or 0x565304) is known color: Verdun Green. HEX triplet: 56, 53 and 04. RGB value is (86,83,4). Sum of RGB (Red+Green+Blue) = 86+83+4=173 (22% of max value = 765). Red value is 86 (33.98% from 255 or 49.71% from 173); Green value is 83 (32.81% from 255 or 47.98% from 173); Blue value is 4 (1.95% from 255 or 2.31% from 173); Max value from RGB is 86 - color contains mainly: red. Hex color #565304 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #565304 is #A9ACFB. Grayscale: #4B4B4B. Windows color (decimal): -11119868 or 283478. OLE color: 283478.
HSL color Cylindrical-coordinate representation of color #565304: hue angle of 57.8º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #565304 is Cyan = 0, Magento = 0.03, Yellow = 0.95 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 83 | 4 | - |
| CMYK | 0 | 0.03 | 0.95 | 0.66 |
| HSL | 57.8º | 0.91% | 0.18% | - |
| HSV(B) | 57.8º | 0.95% | 0.34% | - |
| XYZ | 6.95 | 8.17 | 1.33 | - |
| YUV | 74.89 | 87.99 | 135.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 83 | 4 | 0 | 0.03 | 0.95 | 0.66 | 57.8 | 0.91 | 0.18 |
| Hex | 56 | 53 | 4 | 0 | 3 | 5F | 42 | 3A | 5B | 12 |
| Octal | 126 | 123 | 4 | 0 | 3 | 137 | 102 | 72 | 133 | 22 |
| Binary | 1010110 | 1010011 | 100 | 0 | 11 | 1011111 | 1000010 | 111010 | 1011011 | 10010 |
Color Harmonies of #565304
Complementary color
Monochromatic Colors of #565304
Black with #565304
Text Example
Text Example
White with #565304
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #565304; }
p { color: rgb(86,83,4); }
H1.HeaderClassName
{
color: #565304;
}
.AnyTagClassName
{
color: #565304;
}
</style>
background-color css
<style>
a { background-color: #565304; }
a { background-color: rgb(86,83,4); }
div.DivClassName
{
background-color: #565304;
}
.BgClassName
{
background-color: #565304;
}
</style>
border-color css
<style>
span { border-color: #565304; }
span { border-color: rgb(86,83,4); }
td.TdClassName
{
border-color: #565304;
}
.TagClassName
{
border-color: #565304;
}
</style>