Shades of Verdun Green #535501
Tints of Verdun Green #535501
RGB
CMYK
RGB Variations
Color information
#535501 (or 0x535501) is known color: Verdun Green. HEX triplet: 53, 55 and 01. RGB value is (83,85,1). Sum of RGB (Red+Green+Blue) = 83+85+1=169 (22% of max value = 765). Red value is 83 (32.81% from 255 or 49.11% from 169); Green value is 85 (33.59% from 255 or 50.30% from 169); Blue value is 1 (0.78% from 255 or 0.59% from 169); Max value from RGB is 85 - color contains mainly: green. Hex color #535501 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #535501 is #ACAAFE. Grayscale: #4B4B4B. Windows color (decimal): -11315967 or 87379. OLE color: 87379.
HSL color Cylindrical-coordinate representation of color #535501: hue angle of 61.43º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #535501 is Cyan = 0.02, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 85 | 1 | - |
| CMYK | 0.02 | 0 | 0.99 | 0.67 |
| HSL | 61.43º | 0.98% | 0.17% | - |
| HSV(B) | 61.43º | 0.99% | 0.33% | - |
| XYZ | 6.82 | 8.34 | 1.28 | - |
| YUV | 74.83 | 86.34 | 133.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 85 | 1 | 0.02 | 0 | 0.99 | 0.67 | 61.43 | 0.98 | 0.17 |
| Hex | 53 | 55 | 1 | 2 | 0 | 63 | 43 | 3D | 62 | 11 |
| Octal | 123 | 125 | 1 | 2 | 0 | 143 | 103 | 75 | 142 | 21 |
| Binary | 1010011 | 1010101 | 1 | 10 | 0 | 1100011 | 1000011 | 111101 | 1100010 | 10001 |
Color Harmonies of #535501
Complementary color
Monochromatic Colors of #535501
Black with #535501
Text Example
Text Example
White with #535501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #535501; }
p { color: rgb(83,85,1); }
H1.HeaderClassName
{
color: #535501;
}
.AnyTagClassName
{
color: #535501;
}
</style>
background-color css
<style>
a { background-color: #535501; }
a { background-color: rgb(83,85,1); }
div.DivClassName
{
background-color: #535501;
}
.BgClassName
{
background-color: #535501;
}
</style>
border-color css
<style>
span { border-color: #535501; }
span { border-color: rgb(83,85,1); }
td.TdClassName
{
border-color: #535501;
}
.TagClassName
{
border-color: #535501;
}
</style>