Shades of Verdun Green #575E08
Tints of Verdun Green #575E08
RGB
CMYK
RGB Variations
Color information
#575E08 (or 0x575E08) is known color: Verdun Green. HEX triplet: 57, 5E and 08. RGB value is (87,94,8). Sum of RGB (Red+Green+Blue) = 87+94+8=189 (25% of max value = 765). Red value is 87 (34.38% from 255 or 46.03% from 189); Green value is 94 (37.11% from 255 or 49.74% from 189); Blue value is 8 (3.52% from 255 or 4.23% from 189); Max value from RGB is 94 - color contains mainly: green. Hex color #575E08 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #575E08 is #A8A1F7. Grayscale: #525252. Windows color (decimal): -11051512 or 548439. OLE color: 548439.
HSL color Cylindrical-coordinate representation of color #575E08: hue angle of 64.88º degrees, saturation: 0.84, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #575E08 is Cyan = 0.07, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 87 | 94 | 8 | - |
| CMYK | 0.07 | 0 | 0.91 | 0.63 |
| HSL | 64.88º | 0.84% | 0.2% | - |
| HSV(B) | 64.88º | 0.91% | 0.37% | - |
| XYZ | 7.98 | 10.05 | 1.75 | - |
| YUV | 82.1 | 86.18 | 131.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 94 | 8 | 0.07 | 0 | 0.91 | 0.63 | 64.88 | 0.84 | 0.2 |
| Hex | 57 | 5E | 8 | 7 | 0 | 5B | 3F | 41 | 54 | 14 |
| Octal | 127 | 136 | 10 | 7 | 0 | 133 | 77 | 101 | 124 | 24 |
| Binary | 1010111 | 1011110 | 1000 | 111 | 0 | 1011011 | 111111 | 1000001 | 1010100 | 10100 |
Color Harmonies of #575E08
Complementary color
Monochromatic Colors of #575E08
Black with #575E08
Text Example
Text Example
White with #575E08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #575E08; }
p { color: rgb(87,94,8); }
H1.HeaderClassName
{
color: #575E08;
}
.AnyTagClassName
{
color: #575E08;
}
</style>
background-color css
<style>
a { background-color: #575E08; }
a { background-color: rgb(87,94,8); }
div.DivClassName
{
background-color: #575E08;
}
.BgClassName
{
background-color: #575E08;
}
</style>
border-color css
<style>
span { border-color: #575E08; }
span { border-color: rgb(87,94,8); }
td.TdClassName
{
border-color: #575E08;
}
.TagClassName
{
border-color: #575E08;
}
</style>