Shades of Verdun Green #535A15
Tints of Verdun Green #535A15
RGB
CMYK
RGB Variations
Color information
#535A15 (or 0x535A15) is known color: Verdun Green. HEX triplet: 53, 5A and 15. RGB value is (83,90,21). Sum of RGB (Red+Green+Blue) = 83+90+21=194 (25% of max value = 765). Red value is 83 (32.81% from 255 or 42.78% from 194); Green value is 90 (35.55% from 255 or 46.39% from 194); Blue value is 21 (8.59% from 255 or 10.82% from 194); Max value from RGB is 90 - color contains mainly: green. Hex color #535A15 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #535A15 is #ACA5EA. Grayscale: #505050. Windows color (decimal): -11314667 or 1399379. OLE color: 1399379.
HSL color Cylindrical-coordinate representation of color #535A15: hue angle of 66.09º degrees, saturation: 0.62, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #535A15 is Cyan = 0.08, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 83 | 90 | 21 | - |
| CMYK | 0.08 | 0 | 0.77 | 0.65 |
| HSL | 66.09º | 0.62% | 0.22% | - |
| HSV(B) | 66.09º | 0.77% | 0.35% | - |
| XYZ | 7.36 | 9.21 | 2.1 | - |
| YUV | 80.04 | 94.68 | 130.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 90 | 21 | 0.08 | 0 | 0.77 | 0.65 | 66.09 | 0.62 | 0.22 |
| Hex | 53 | 5A | 15 | 8 | 0 | 4D | 41 | 42 | 3E | 16 |
| Octal | 123 | 132 | 25 | 10 | 0 | 115 | 101 | 102 | 76 | 26 |
| Binary | 1010011 | 1011010 | 10101 | 1000 | 0 | 1001101 | 1000001 | 1000010 | 111110 | 10110 |
Color Harmonies of #535A15
Complementary color
Monochromatic Colors of #535A15
Black with #535A15
Text Example
Text Example
White with #535A15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #535A15; }
p { color: rgb(83,90,21); }
H1.HeaderClassName
{
color: #535A15;
}
.AnyTagClassName
{
color: #535A15;
}
</style>
background-color css
<style>
a { background-color: #535A15; }
a { background-color: rgb(83,90,21); }
div.DivClassName
{
background-color: #535A15;
}
.BgClassName
{
background-color: #535A15;
}
</style>
border-color css
<style>
span { border-color: #535A15; }
span { border-color: rgb(83,90,21); }
td.TdClassName
{
border-color: #535A15;
}
.TagClassName
{
border-color: #535A15;
}
</style>