Shades of Verdun Green #535903
Tints of Verdun Green #535903
RGB
CMYK
RGB Variations
Color information
#535903 (or 0x535903) is known color: Verdun Green. HEX triplet: 53, 59 and 03. RGB value is (83,89,3). Sum of RGB (Red+Green+Blue) = 83+89+3=175 (23% of max value = 765). Red value is 83 (32.81% from 255 or 47.43% from 175); Green value is 89 (35.16% from 255 or 50.86% from 175); Blue value is 3 (1.56% from 255 or 1.71% from 175); Max value from RGB is 89 - color contains mainly: green. Hex color #535903 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #535903 is #ACA6FC. Grayscale: #4D4D4D. Windows color (decimal): -11314941 or 219475. OLE color: 219475.
HSL color Cylindrical-coordinate representation of color #535903: hue angle of 64.19º degrees, saturation: 0.93, 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 #535903 is Cyan = 0.07, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 83 | 89 | 3 | - |
| CMYK | 0.07 | 0 | 0.97 | 0.65 |
| HSL | 64.19º | 0.93% | 0.18% | - |
| HSV(B) | 64.19º | 0.97% | 0.35% | - |
| XYZ | 7.16 | 8.99 | 1.44 | - |
| YUV | 77.4 | 86.01 | 131.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 89 | 3 | 0.07 | 0 | 0.97 | 0.65 | 64.19 | 0.93 | 0.18 |
| Hex | 53 | 59 | 3 | 7 | 0 | 61 | 41 | 40 | 5D | 12 |
| Octal | 123 | 131 | 3 | 7 | 0 | 141 | 101 | 100 | 135 | 22 |
| Binary | 1010011 | 1011001 | 11 | 111 | 0 | 1100001 | 1000001 | 1000000 | 1011101 | 10010 |
Color Harmonies of #535903
Complementary color
Monochromatic Colors of #535903
Black with #535903
Text Example
Text Example
White with #535903
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #535903; }
p { color: rgb(83,89,3); }
H1.HeaderClassName
{
color: #535903;
}
.AnyTagClassName
{
color: #535903;
}
</style>
background-color css
<style>
a { background-color: #535903; }
a { background-color: rgb(83,89,3); }
div.DivClassName
{
background-color: #535903;
}
.BgClassName
{
background-color: #535903;
}
</style>
border-color css
<style>
span { border-color: #535903; }
span { border-color: rgb(83,89,3); }
td.TdClassName
{
border-color: #535903;
}
.TagClassName
{
border-color: #535903;
}
</style>