Shades of Verdun Green #535100
Tints of Verdun Green #535100
RGB
CMYK
RGB Variations
Color information
#535100 (or 0x535100) is known color: Verdun Green. HEX triplet: 53, 51 and 00. RGB value is (83,81,0). Sum of RGB (Red+Green+Blue) = 83+81+0=164 (21% of max value = 765). Red value is 83 (32.81% from 255 or 50.61% from 164); Green value is 81 (32.03% from 255 or 49.39% from 164); Blue value is 0 (0.39% from 255 or 0% from 164); Max value from RGB is 83 - color contains mainly: red. Hex color #535100 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #535100 is #ACAEFF. Grayscale: #484848. Windows color (decimal): -11316992 or 20819. OLE color: 20819.
HSL color Cylindrical-coordinate representation of color #535100: hue angle of 58.55º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 1%. Process color model (Four color, CMYK) of #535100 is Cyan = 0, Magento = 0.02, Yellow = 1 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 81 | 0 | - |
| CMYK | 0 | 0.02 | 1 | 0.67 |
| HSL | 58.55º | 1% | 0.16% | - |
| HSV(B) | 58.55º | 1% | 0.33% | - |
| XYZ | 6.51 | 7.72 | 1.15 | - |
| YUV | 72.36 | 87.16 | 135.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 81 | 0 | 0 | 0.02 | 1 | 0.67 | 58.55 | 1 | 0.16 |
| Hex | 53 | 51 | 0 | 0 | 2 | 64 | 43 | 3B | 64 | 10 |
| Octal | 123 | 121 | 0 | 0 | 2 | 144 | 103 | 73 | 144 | 20 |
| Binary | 1010011 | 1010001 | 0 | 0 | 10 | 1100100 | 1000011 | 111011 | 1100100 | 10000 |
Color Harmonies of #535100
Complementary color
Monochromatic Colors of #535100
Black with #535100
Text Example
Text Example
White with #535100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #535100; }
p { color: rgb(83,81,0); }
H1.HeaderClassName
{
color: #535100;
}
.AnyTagClassName
{
color: #535100;
}
</style>
background-color css
<style>
a { background-color: #535100; }
a { background-color: rgb(83,81,0); }
div.DivClassName
{
background-color: #535100;
}
.BgClassName
{
background-color: #535100;
}
</style>
border-color css
<style>
span { border-color: #535100; }
span { border-color: rgb(83,81,0); }
td.TdClassName
{
border-color: #535100;
}
.TagClassName
{
border-color: #535100;
}
</style>