Shades of Verdun Green #535B10
Tints of Verdun Green #535B10
RGB
CMYK
RGB Variations
Color information
#535B10 (or 0x535B10) is known color: Verdun Green. HEX triplet: 53, 5B and 10. RGB value is (83,91,16). Sum of RGB (Red+Green+Blue) = 83+91+16=190 (25% of max value = 765). Red value is 83 (32.81% from 255 or 43.68% from 190); Green value is 91 (35.94% from 255 or 47.89% from 190); Blue value is 16 (6.64% from 255 or 8.42% from 190); Max value from RGB is 91 - color contains mainly: green. Hex color #535B10 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #535B10 is #ACA4EF. Grayscale: #505050. Windows color (decimal): -11314416 or 1071955. OLE color: 1071955.
HSL color Cylindrical-coordinate representation of color #535B10: hue angle of 66.4º degrees, saturation: 0.7, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #535B10 is Cyan = 0.09, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 83 | 91 | 16 | - |
| CMYK | 0.09 | 0 | 0.82 | 0.64 |
| HSL | 66.4º | 0.7% | 0.21% | - |
| HSV(B) | 66.4º | 0.82% | 0.36% | - |
| XYZ | 7.4 | 9.36 | 1.91 | - |
| YUV | 80.06 | 91.85 | 130.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 91 | 16 | 0.09 | 0 | 0.82 | 0.64 | 66.4 | 0.7 | 0.21 |
| Hex | 53 | 5B | 10 | 9 | 0 | 52 | 40 | 42 | 46 | 15 |
| Octal | 123 | 133 | 20 | 11 | 0 | 122 | 100 | 102 | 106 | 25 |
| Binary | 1010011 | 1011011 | 10000 | 1001 | 0 | 1010010 | 1000000 | 1000010 | 1000110 | 10101 |
Color Harmonies of #535B10
Complementary color
Monochromatic Colors of #535B10
Black with #535B10
Text Example
Text Example
White with #535B10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #535B10; }
p { color: rgb(83,91,16); }
H1.HeaderClassName
{
color: #535B10;
}
.AnyTagClassName
{
color: #535B10;
}
</style>
background-color css
<style>
a { background-color: #535B10; }
a { background-color: rgb(83,91,16); }
div.DivClassName
{
background-color: #535B10;
}
.BgClassName
{
background-color: #535B10;
}
</style>
border-color css
<style>
span { border-color: #535B10; }
span { border-color: rgb(83,91,16); }
td.TdClassName
{
border-color: #535B10;
}
.TagClassName
{
border-color: #535B10;
}
</style>