Shades of Verdun Green #535602
Tints of Verdun Green #535602
RGB
CMYK
RGB Variations
Color information
#535602 (or 0x535602) is known color: Verdun Green. HEX triplet: 53, 56 and 02. RGB value is (83,86,2). Sum of RGB (Red+Green+Blue) = 83+86+2=171 (22% of max value = 765). Red value is 83 (32.81% from 255 or 48.54% from 171); Green value is 86 (33.98% from 255 or 50.29% from 171); Blue value is 2 (1.17% from 255 or 1.17% from 171); Max value from RGB is 86 - color contains mainly: green. Hex color #535602 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #535602 is #ACA9FD. Grayscale: #4B4B4B. Windows color (decimal): -11315710 or 153171. OLE color: 153171.
HSL color Cylindrical-coordinate representation of color #535602: hue angle of 62.14º degrees, saturation: 0.95, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #535602 is Cyan = 0.03, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 83 | 86 | 2 | - |
| CMYK | 0.03 | 0 | 0.98 | 0.66 |
| HSL | 62.14º | 0.95% | 0.17% | - |
| HSV(B) | 62.14º | 0.98% | 0.34% | - |
| XYZ | 6.91 | 8.5 | 1.33 | - |
| YUV | 75.53 | 86.51 | 133.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 86 | 2 | 0.03 | 0 | 0.98 | 0.66 | 62.14 | 0.95 | 0.17 |
| Hex | 53 | 56 | 2 | 3 | 0 | 62 | 42 | 3E | 5F | 11 |
| Octal | 123 | 126 | 2 | 3 | 0 | 142 | 102 | 76 | 137 | 21 |
| Binary | 1010011 | 1010110 | 10 | 11 | 0 | 1100010 | 1000010 | 111110 | 1011111 | 10001 |
Color Harmonies of #535602
Complementary color
Monochromatic Colors of #535602
Black with #535602
Text Example
Text Example
White with #535602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #535602; }
p { color: rgb(83,86,2); }
H1.HeaderClassName
{
color: #535602;
}
.AnyTagClassName
{
color: #535602;
}
</style>
background-color css
<style>
a { background-color: #535602; }
a { background-color: rgb(83,86,2); }
div.DivClassName
{
background-color: #535602;
}
.BgClassName
{
background-color: #535602;
}
</style>
border-color css
<style>
span { border-color: #535602; }
span { border-color: rgb(83,86,2); }
td.TdClassName
{
border-color: #535602;
}
.TagClassName
{
border-color: #535602;
}
</style>