Shades of Verdun Green #605C01
Tints of Verdun Green #605C01
RGB
CMYK
RGB Variations
Color information
#605C01 (or 0x605C01) is known color: Verdun Green. HEX triplet: 60, 5C and 01. RGB value is (96,92,1). Sum of RGB (Red+Green+Blue) = 96+92+1=189 (25% of max value = 765). Red value is 96 (37.89% from 255 or 50.79% from 189); Green value is 92 (36.33% from 255 or 48.68% from 189); Blue value is 1 (0.78% from 255 or 0.53% from 189); Max value from RGB is 96 - color contains mainly: red. Hex color #605C01 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #605C01 is #9FA3FE. Grayscale: #535353. Windows color (decimal): -10462207 or 89184. OLE color: 89184.
HSL color Cylindrical-coordinate representation of color #605C01: hue angle of 57.47º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #605C01 is Cyan = 0, Magento = 0.04, Yellow = 0.99 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 92 | 1 | - |
| CMYK | 0 | 0.04 | 0.99 | 0.62 |
| HSL | 57.47º | 0.98% | 0.19% | - |
| HSV(B) | 57.47º | 0.99% | 0.38% | - |
| XYZ | 8.66 | 10.14 | 1.53 | - |
| YUV | 82.82 | 81.83 | 137.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 92 | 1 | 0 | 0.04 | 0.99 | 0.62 | 57.47 | 0.98 | 0.19 |
| Hex | 60 | 5C | 1 | 0 | 4 | 63 | 3E | 39 | 62 | 13 |
| Octal | 140 | 134 | 1 | 0 | 4 | 143 | 76 | 71 | 142 | 23 |
| Binary | 1100000 | 1011100 | 1 | 0 | 100 | 1100011 | 111110 | 111001 | 1100010 | 10011 |
Color Harmonies of #605C01
Complementary color
Monochromatic Colors of #605C01
Black with #605C01
Text Example
Text Example
White with #605C01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #605C01; }
p { color: rgb(96,92,1); }
H1.HeaderClassName
{
color: #605C01;
}
.AnyTagClassName
{
color: #605C01;
}
</style>
background-color css
<style>
a { background-color: #605C01; }
a { background-color: rgb(96,92,1); }
div.DivClassName
{
background-color: #605C01;
}
.BgClassName
{
background-color: #605C01;
}
</style>
border-color css
<style>
span { border-color: #605C01; }
span { border-color: rgb(96,92,1); }
td.TdClassName
{
border-color: #605C01;
}
.TagClassName
{
border-color: #605C01;
}
</style>