Shades of Verdun Green #535101
Tints of Verdun Green #535101
RGB
CMYK
RGB Variations
Color information
#535101 (or 0x535101) is known color: Verdun Green. HEX triplet: 53, 51 and 01. RGB value is (83,81,1). Sum of RGB (Red+Green+Blue) = 83+81+1=165 (21% of max value = 765). Red value is 83 (32.81% from 255 or 50.30% from 165); Green value is 81 (32.03% from 255 or 49.09% from 165); Blue value is 1 (0.78% from 255 or 0.61% from 165); Max value from RGB is 83 - color contains mainly: red. Hex color #535101 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #535101 is #ACAEFE. Grayscale: #484848. Windows color (decimal): -11316991 or 86355. OLE color: 86355.
HSL color Cylindrical-coordinate representation of color #535101: hue angle of 58.54º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #535101 is Cyan = 0, Magento = 0.02, Yellow = 0.99 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 81 | 1 | - |
| CMYK | 0 | 0.02 | 0.99 | 0.67 |
| HSL | 58.54º | 0.98% | 0.16% | - |
| HSV(B) | 58.54º | 0.99% | 0.33% | - |
| XYZ | 6.52 | 7.73 | 1.18 | - |
| YUV | 72.48 | 87.66 | 135.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 81 | 1 | 0 | 0.02 | 0.99 | 0.67 | 58.54 | 0.98 | 0.16 |
| Hex | 53 | 51 | 1 | 0 | 2 | 63 | 43 | 3B | 62 | 10 |
| Octal | 123 | 121 | 1 | 0 | 2 | 143 | 103 | 73 | 142 | 20 |
| Binary | 1010011 | 1010001 | 1 | 0 | 10 | 1100011 | 1000011 | 111011 | 1100010 | 10000 |
Color Harmonies of #535101
Complementary color
Monochromatic Colors of #535101
Black with #535101
Text Example
Text Example
White with #535101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #535101; }
p { color: rgb(83,81,1); }
H1.HeaderClassName
{
color: #535101;
}
.AnyTagClassName
{
color: #535101;
}
</style>
background-color css
<style>
a { background-color: #535101; }
a { background-color: rgb(83,81,1); }
div.DivClassName
{
background-color: #535101;
}
.BgClassName
{
background-color: #535101;
}
</style>
border-color css
<style>
span { border-color: #535101; }
span { border-color: rgb(83,81,1); }
td.TdClassName
{
border-color: #535101;
}
.TagClassName
{
border-color: #535101;
}
</style>