Shades of Verdun Green #605D00
Tints of Verdun Green #605D00
RGB
CMYK
RGB Variations
Color information
#605D00 (or 0x605D00) is known color: Verdun Green. HEX triplet: 60, 5D and 00. RGB value is (96,93,0). Sum of RGB (Red+Green+Blue) = 96+93+0=189 (25% of max value = 765). Red value is 96 (37.89% from 255 or 50.79% from 189); Green value is 93 (36.72% from 255 or 49.21% from 189); Blue value is 0 (0.39% from 255 or 0% from 189); Max value from RGB is 96 - color contains mainly: red. Hex color #605D00 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #605D00 is #9FA2FF. Grayscale: #535353. Windows color (decimal): -10461952 or 23904. OLE color: 23904.
HSL color Cylindrical-coordinate representation of color #605D00: hue angle of 58.12º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #605D00 is Cyan = 0, Magento = 0.03, Yellow = 1 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 93 | 0 | - |
| CMYK | 0 | 0.03 | 1 | 0.62 |
| HSL | 58.13º | 1% | 0.19% | - |
| HSV(B) | 58.13º | 1% | 0.38% | - |
| XYZ | 8.74 | 10.32 | 1.53 | - |
| YUV | 83.3 | 80.99 | 137.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 93 | 0 | 0 | 0.03 | 1 | 0.62 | 58.13 | 1 | 0.19 |
| Hex | 60 | 5D | 0 | 0 | 3 | 64 | 3E | 3A | 64 | 13 |
| Octal | 140 | 135 | 0 | 0 | 3 | 144 | 76 | 72 | 144 | 23 |
| Binary | 1100000 | 1011101 | 0 | 0 | 11 | 1100100 | 111110 | 111010 | 1100100 | 10011 |
Color Harmonies of #605D00
Complementary color
Monochromatic Colors of #605D00
Black with #605D00
Text Example
Text Example
White with #605D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #605D00; }
p { color: rgb(96,93,0); }
H1.HeaderClassName
{
color: #605D00;
}
.AnyTagClassName
{
color: #605D00;
}
</style>
background-color css
<style>
a { background-color: #605D00; }
a { background-color: rgb(96,93,0); }
div.DivClassName
{
background-color: #605D00;
}
.BgClassName
{
background-color: #605D00;
}
</style>
border-color css
<style>
span { border-color: #605D00; }
span { border-color: rgb(96,93,0); }
td.TdClassName
{
border-color: #605D00;
}
.TagClassName
{
border-color: #605D00;
}
</style>