Shades of Verdun Green #5E5C03
Tints of Verdun Green #5E5C03
RGB
CMYK
RGB Variations
Color information
#5E5C03 (or 0x5E5C03) is known color: Verdun Green. HEX triplet: 5E, 5C and 03. RGB value is (94,92,3). Sum of RGB (Red+Green+Blue) = 94+92+3=189 (25% of max value = 765). Red value is 94 (37.11% from 255 or 49.74% from 189); Green value is 92 (36.33% from 255 or 48.68% from 189); Blue value is 3 (1.56% from 255 or 1.59% from 189); Max value from RGB is 94 - color contains mainly: red. Hex color #5E5C03 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5E5C03 is #A1A3FC. Grayscale: #525252. Windows color (decimal): -10593277 or 220254. OLE color: 220254.
HSL color Cylindrical-coordinate representation of color #5E5C03: hue angle of 58.68º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5E5C03 is Cyan = 0, Magento = 0.02, Yellow = 0.97 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 92 | 3 | - |
| CMYK | 0 | 0.02 | 0.97 | 0.63 |
| HSL | 58.68º | 0.94% | 0.19% | - |
| HSV(B) | 58.68º | 0.97% | 0.37% | - |
| XYZ | 8.46 | 10.04 | 1.58 | - |
| YUV | 82.45 | 83.16 | 136.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 92 | 3 | 0 | 0.02 | 0.97 | 0.63 | 58.68 | 0.94 | 0.19 |
| Hex | 5E | 5C | 3 | 0 | 2 | 61 | 3F | 3B | 5E | 13 |
| Octal | 136 | 134 | 3 | 0 | 2 | 141 | 77 | 73 | 136 | 23 |
| Binary | 1011110 | 1011100 | 11 | 0 | 10 | 1100001 | 111111 | 111011 | 1011110 | 10011 |
Color Harmonies of #5E5C03
Complementary color
Monochromatic Colors of #5E5C03
Black with #5E5C03
Text Example
Text Example
White with #5E5C03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E5C03; }
p { color: rgb(94,92,3); }
H1.HeaderClassName
{
color: #5E5C03;
}
.AnyTagClassName
{
color: #5E5C03;
}
</style>
background-color css
<style>
a { background-color: #5E5C03; }
a { background-color: rgb(94,92,3); }
div.DivClassName
{
background-color: #5E5C03;
}
.BgClassName
{
background-color: #5E5C03;
}
</style>
border-color css
<style>
span { border-color: #5E5C03; }
span { border-color: rgb(94,92,3); }
td.TdClassName
{
border-color: #5E5C03;
}
.TagClassName
{
border-color: #5E5C03;
}
</style>