Shades of Verdun Green #525A14
Tints of Verdun Green #525A14
RGB
CMYK
RGB Variations
Color information
#525A14 (or 0x525A14) is known color: Verdun Green. HEX triplet: 52, 5A and 14. RGB value is (82,90,20). Sum of RGB (Red+Green+Blue) = 82+90+20=192 (25% of max value = 765). Red value is 82 (32.42% from 255 or 42.71% from 192); Green value is 90 (35.55% from 255 or 46.88% from 192); Blue value is 20 (8.20% from 255 or 10.42% from 192); Max value from RGB is 90 - color contains mainly: green. Hex color #525A14 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #525A14 is #ADA5EB. Grayscale: #4F4F4F. Windows color (decimal): -11380204 or 1333842. OLE color: 1333842.
HSL color Cylindrical-coordinate representation of color #525A14: hue angle of 66.86º degrees, saturation: 0.64, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #525A14 is Cyan = 0.09, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 82 | 90 | 20 | - |
| CMYK | 0.09 | 0 | 0.78 | 0.65 |
| HSL | 66.86º | 0.64% | 0.22% | - |
| HSV(B) | 66.86º | 0.78% | 0.35% | - |
| XYZ | 7.26 | 9.16 | 2.05 | - |
| YUV | 79.63 | 94.35 | 129.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 90 | 20 | 0.09 | 0 | 0.78 | 0.65 | 66.86 | 0.64 | 0.22 |
| Hex | 52 | 5A | 14 | 9 | 0 | 4E | 41 | 43 | 40 | 16 |
| Octal | 122 | 132 | 24 | 11 | 0 | 116 | 101 | 103 | 100 | 26 |
| Binary | 1010010 | 1011010 | 10100 | 1001 | 0 | 1001110 | 1000001 | 1000011 | 1000000 | 10110 |
Color Harmonies of #525A14
Complementary color
Monochromatic Colors of #525A14
Black with #525A14
Text Example
Text Example
White with #525A14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #525A14; }
p { color: rgb(82,90,20); }
H1.HeaderClassName
{
color: #525A14;
}
.AnyTagClassName
{
color: #525A14;
}
</style>
background-color css
<style>
a { background-color: #525A14; }
a { background-color: rgb(82,90,20); }
div.DivClassName
{
background-color: #525A14;
}
.BgClassName
{
background-color: #525A14;
}
</style>
border-color css
<style>
span { border-color: #525A14; }
span { border-color: rgb(82,90,20); }
td.TdClassName
{
border-color: #525A14;
}
.TagClassName
{
border-color: #525A14;
}
</style>