Shades of Verdun Green #5A5703
Tints of Verdun Green #5A5703
RGB
CMYK
RGB Variations
Color information
#5A5703 (or 0x5A5703) is known color: Verdun Green. HEX triplet: 5A, 57 and 03. RGB value is (90,87,3). Sum of RGB (Red+Green+Blue) = 90+87+3=180 (23% of max value = 765). Red value is 90 (35.55% from 255 or 50% from 180); Green value is 87 (34.38% from 255 or 48.33% from 180); Blue value is 3 (1.56% from 255 or 1.67% from 180); Max value from RGB is 90 - color contains mainly: red. Hex color #5A5703 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5A5703 is #A5A8FC. Grayscale: #4E4E4E. Windows color (decimal): -10856701 or 218970. OLE color: 218970.
HSL color Cylindrical-coordinate representation of color #5A5703: hue angle of 57.93º degrees, saturation: 0.94, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5A5703 is Cyan = 0, Magento = 0.03, Yellow = 0.97 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 87 | 3 | - |
| CMYK | 0 | 0.03 | 0.97 | 0.65 |
| HSL | 57.93º | 0.94% | 0.18% | - |
| HSV(B) | 57.93º | 0.97% | 0.35% | - |
| XYZ | 7.64 | 9 | 1.42 | - |
| YUV | 78.32 | 85.49 | 136.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 87 | 3 | 0 | 0.03 | 0.97 | 0.65 | 57.93 | 0.94 | 0.18 |
| Hex | 5A | 57 | 3 | 0 | 3 | 61 | 41 | 3A | 5E | 12 |
| Octal | 132 | 127 | 3 | 0 | 3 | 141 | 101 | 72 | 136 | 22 |
| Binary | 1011010 | 1010111 | 11 | 0 | 11 | 1100001 | 1000001 | 111010 | 1011110 | 10010 |
Color Harmonies of #5A5703
Complementary color
Monochromatic Colors of #5A5703
Black with #5A5703
Text Example
Text Example
White with #5A5703
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A5703; }
p { color: rgb(90,87,3); }
H1.HeaderClassName
{
color: #5A5703;
}
.AnyTagClassName
{
color: #5A5703;
}
</style>
background-color css
<style>
a { background-color: #5A5703; }
a { background-color: rgb(90,87,3); }
div.DivClassName
{
background-color: #5A5703;
}
.BgClassName
{
background-color: #5A5703;
}
</style>
border-color css
<style>
span { border-color: #5A5703; }
span { border-color: rgb(90,87,3); }
td.TdClassName
{
border-color: #5A5703;
}
.TagClassName
{
border-color: #5A5703;
}
</style>