Shades of Verdun Green #535B14
Tints of Verdun Green #535B14
RGB
CMYK
RGB Variations
Color information
#535B14 (or 0x535B14) is known color: Verdun Green. HEX triplet: 53, 5B and 14. RGB value is (83,91,20). Sum of RGB (Red+Green+Blue) = 83+91+20=194 (25% of max value = 765). Red value is 83 (32.81% from 255 or 42.78% from 194); Green value is 91 (35.94% from 255 or 46.91% from 194); Blue value is 20 (8.20% from 255 or 10.31% from 194); Max value from RGB is 91 - color contains mainly: green. Hex color #535B14 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #535B14 is #ACA4EB. Grayscale: #505050. Windows color (decimal): -11314412 or 1334099. OLE color: 1334099.
HSL color Cylindrical-coordinate representation of color #535B14: hue angle of 66.76º degrees, saturation: 0.64, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #535B14 is Cyan = 0.09, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 83 | 91 | 20 | - |
| CMYK | 0.09 | 0 | 0.78 | 0.64 |
| HSL | 66.76º | 0.64% | 0.22% | - |
| HSV(B) | 66.76º | 0.78% | 0.36% | - |
| XYZ | 7.43 | 9.37 | 2.08 | - |
| YUV | 80.51 | 93.85 | 129.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 91 | 20 | 0.09 | 0 | 0.78 | 0.64 | 66.76 | 0.64 | 0.22 |
| Hex | 53 | 5B | 14 | 9 | 0 | 4E | 40 | 43 | 40 | 16 |
| Octal | 123 | 133 | 24 | 11 | 0 | 116 | 100 | 103 | 100 | 26 |
| Binary | 1010011 | 1011011 | 10100 | 1001 | 0 | 1001110 | 1000000 | 1000011 | 1000000 | 10110 |
Color Harmonies of #535B14
Complementary color
Monochromatic Colors of #535B14
Black with #535B14
Text Example
Text Example
White with #535B14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #535B14; }
p { color: rgb(83,91,20); }
H1.HeaderClassName
{
color: #535B14;
}
.AnyTagClassName
{
color: #535B14;
}
</style>
background-color css
<style>
a { background-color: #535B14; }
a { background-color: rgb(83,91,20); }
div.DivClassName
{
background-color: #535B14;
}
.BgClassName
{
background-color: #535B14;
}
</style>
border-color css
<style>
span { border-color: #535B14; }
span { border-color: rgb(83,91,20); }
td.TdClassName
{
border-color: #535B14;
}
.TagClassName
{
border-color: #535B14;
}
</style>