Shades of Verdun Green #535603
Tints of Verdun Green #535603
RGB
CMYK
RGB Variations
Color information
#535603 (or 0x535603) is known color: Verdun Green. HEX triplet: 53, 56 and 03. RGB value is (83,86,3). Sum of RGB (Red+Green+Blue) = 83+86+3=172 (22% of max value = 765). Red value is 83 (32.81% from 255 or 48.26% from 172); Green value is 86 (33.98% from 255 or 50% from 172); Blue value is 3 (1.56% from 255 or 1.74% from 172); Max value from RGB is 86 - color contains mainly: green. Hex color #535603 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #535603 is #ACA9FC. Grayscale: #4B4B4B. Windows color (decimal): -11315709 or 218707. OLE color: 218707.
HSL color Cylindrical-coordinate representation of color #535603: hue angle of 62.17º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #535603 is Cyan = 0.03, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 83 | 86 | 3 | - |
| CMYK | 0.03 | 0 | 0.97 | 0.66 |
| HSL | 62.17º | 0.93% | 0.17% | - |
| HSV(B) | 62.17º | 0.97% | 0.34% | - |
| XYZ | 6.91 | 8.5 | 1.36 | - |
| YUV | 75.64 | 87.01 | 133.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 86 | 3 | 0.03 | 0 | 0.97 | 0.66 | 62.17 | 0.93 | 0.17 |
| Hex | 53 | 56 | 3 | 3 | 0 | 61 | 42 | 3E | 5D | 11 |
| Octal | 123 | 126 | 3 | 3 | 0 | 141 | 102 | 76 | 135 | 21 |
| Binary | 1010011 | 1010110 | 11 | 11 | 0 | 1100001 | 1000010 | 111110 | 1011101 | 10001 |
Color Harmonies of #535603
Complementary color
Monochromatic Colors of #535603
Black with #535603
Text Example
Text Example
White with #535603
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #535603; }
p { color: rgb(83,86,3); }
H1.HeaderClassName
{
color: #535603;
}
.AnyTagClassName
{
color: #535603;
}
</style>
background-color css
<style>
a { background-color: #535603; }
a { background-color: rgb(83,86,3); }
div.DivClassName
{
background-color: #535603;
}
.BgClassName
{
background-color: #535603;
}
</style>
border-color css
<style>
span { border-color: #535603; }
span { border-color: rgb(83,86,3); }
td.TdClassName
{
border-color: #535603;
}
.TagClassName
{
border-color: #535603;
}
</style>