Shades of Verdun Green #535201
Tints of Verdun Green #535201
RGB
CMYK
RGB Variations
Color information
#535201 (or 0x535201) is known color: Verdun Green. HEX triplet: 53, 52 and 01. RGB value is (83,82,1). Sum of RGB (Red+Green+Blue) = 83+82+1=166 (21% of max value = 765). Red value is 83 (32.81% from 255 or 50% from 166); Green value is 82 (32.42% from 255 or 49.40% from 166); Blue value is 1 (0.78% from 255 or 0.60% from 166); Max value from RGB is 83 - color contains mainly: red. Hex color #535201 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #535201 is #ACADFE. Grayscale: #494949. Windows color (decimal): -11316735 or 86611. OLE color: 86611.
HSL color Cylindrical-coordinate representation of color #535201: hue angle of 59.27º 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 #535201 is Cyan = 0, Magento = 0.01, Yellow = 0.99 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 82 | 1 | - |
| CMYK | 0 | 0.01 | 0.99 | 0.67 |
| HSL | 59.27º | 0.98% | 0.16% | - |
| HSV(B) | 59.27º | 0.99% | 0.33% | - |
| XYZ | 6.59 | 7.88 | 1.2 | - |
| YUV | 73.07 | 87.33 | 135.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 82 | 1 | 0 | 0.01 | 0.99 | 0.67 | 59.27 | 0.98 | 0.16 |
| Hex | 53 | 52 | 1 | 0 | 1 | 63 | 43 | 3B | 62 | 10 |
| Octal | 123 | 122 | 1 | 0 | 1 | 143 | 103 | 73 | 142 | 20 |
| Binary | 1010011 | 1010010 | 1 | 0 | 1 | 1100011 | 1000011 | 111011 | 1100010 | 10000 |
Color Harmonies of #535201
Complementary color
Monochromatic Colors of #535201
Black with #535201
Text Example
Text Example
White with #535201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #535201; }
p { color: rgb(83,82,1); }
H1.HeaderClassName
{
color: #535201;
}
.AnyTagClassName
{
color: #535201;
}
</style>
background-color css
<style>
a { background-color: #535201; }
a { background-color: rgb(83,82,1); }
div.DivClassName
{
background-color: #535201;
}
.BgClassName
{
background-color: #535201;
}
</style>
border-color css
<style>
span { border-color: #535201; }
span { border-color: rgb(83,82,1); }
td.TdClassName
{
border-color: #535201;
}
.TagClassName
{
border-color: #535201;
}
</style>