Shades of Verdun Green #5D5A00
Tints of Verdun Green #5D5A00
RGB
CMYK
RGB Variations
Color information
#5D5A00 (or 0x5D5A00) is known color: Verdun Green. HEX triplet: 5D, 5A and 00. RGB value is (93,90,0). Sum of RGB (Red+Green+Blue) = 93+90+0=183 (24% of max value = 765). Red value is 93 (36.72% from 255 or 50.82% from 183); Green value is 90 (35.55% from 255 or 49.18% from 183); Blue value is 0 (0.39% from 255 or 0% from 183); Max value from RGB is 93 - color contains mainly: red. Hex color #5D5A00 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5D5A00 is #A2A5FF. Grayscale: #515151. Windows color (decimal): -10659328 or 23133. OLE color: 23133.
HSL color Cylindrical-coordinate representation of color #5D5A00: hue angle of 58.06º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5D5A00 is Cyan = 0, Magento = 0.03, Yellow = 1 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 90 | 0 | - |
| CMYK | 0 | 0.03 | 1 | 0.64 |
| HSL | 58.06º | 1% | 0.18% | - |
| HSV(B) | 58.06º | 1% | 0.36% | - |
| XYZ | 8.17 | 9.64 | 1.43 | - |
| YUV | 80.64 | 82.49 | 136.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 90 | 0 | 0 | 0.03 | 1 | 0.64 | 58.06 | 1 | 0.18 |
| Hex | 5D | 5A | 0 | 0 | 3 | 64 | 40 | 3A | 64 | 12 |
| Octal | 135 | 132 | 0 | 0 | 3 | 144 | 100 | 72 | 144 | 22 |
| Binary | 1011101 | 1011010 | 0 | 0 | 11 | 1100100 | 1000000 | 111010 | 1100100 | 10010 |
Color Harmonies of #5D5A00
Complementary color
Monochromatic Colors of #5D5A00
Black with #5D5A00
Text Example
Text Example
White with #5D5A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D5A00; }
p { color: rgb(93,90,0); }
H1.HeaderClassName
{
color: #5D5A00;
}
.AnyTagClassName
{
color: #5D5A00;
}
</style>
background-color css
<style>
a { background-color: #5D5A00; }
a { background-color: rgb(93,90,0); }
div.DivClassName
{
background-color: #5D5A00;
}
.BgClassName
{
background-color: #5D5A00;
}
</style>
border-color css
<style>
span { border-color: #5D5A00; }
span { border-color: rgb(93,90,0); }
td.TdClassName
{
border-color: #5D5A00;
}
.TagClassName
{
border-color: #5D5A00;
}
</style>