Shades of Verdun Green #535A03
Tints of Verdun Green #535A03
RGB
CMYK
RGB Variations
Color information
#535A03 (or 0x535A03) is known color: Verdun Green. HEX triplet: 53, 5A and 03. RGB value is (83,90,3). Sum of RGB (Red+Green+Blue) = 83+90+3=176 (23% of max value = 765). Red value is 83 (32.81% from 255 or 47.16% from 176); Green value is 90 (35.55% from 255 or 51.14% from 176); Blue value is 3 (1.56% from 255 or 1.70% from 176); Max value from RGB is 90 - color contains mainly: green. Hex color #535A03 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #535A03 is #ACA5FC. Grayscale: #4E4E4E. Windows color (decimal): -11314685 or 219731. OLE color: 219731.
HSL color Cylindrical-coordinate representation of color #535A03: hue angle of 64.83º 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 #535A03 is Cyan = 0.08, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 83 | 90 | 3 | - |
| CMYK | 0.08 | 0 | 0.97 | 0.65 |
| HSL | 64.83º | 0.94% | 0.18% | - |
| HSV(B) | 64.83º | 0.97% | 0.35% | - |
| XYZ | 7.24 | 9.16 | 1.47 | - |
| YUV | 77.99 | 85.68 | 131.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 90 | 3 | 0.08 | 0 | 0.97 | 0.65 | 64.83 | 0.94 | 0.18 |
| Hex | 53 | 5A | 3 | 8 | 0 | 61 | 41 | 41 | 5E | 12 |
| Octal | 123 | 132 | 3 | 10 | 0 | 141 | 101 | 101 | 136 | 22 |
| Binary | 1010011 | 1011010 | 11 | 1000 | 0 | 1100001 | 1000001 | 1000001 | 1011110 | 10010 |
Color Harmonies of #535A03
Complementary color
Monochromatic Colors of #535A03
Black with #535A03
Text Example
Text Example
White with #535A03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #535A03; }
p { color: rgb(83,90,3); }
H1.HeaderClassName
{
color: #535A03;
}
.AnyTagClassName
{
color: #535A03;
}
</style>
background-color css
<style>
a { background-color: #535A03; }
a { background-color: rgb(83,90,3); }
div.DivClassName
{
background-color: #535A03;
}
.BgClassName
{
background-color: #535A03;
}
</style>
border-color css
<style>
span { border-color: #535A03; }
span { border-color: rgb(83,90,3); }
td.TdClassName
{
border-color: #535A03;
}
.TagClassName
{
border-color: #535A03;
}
</style>