Shades of Verdun Green #525A09
Tints of Verdun Green #525A09
RGB
CMYK
RGB Variations
Color information
#525A09 (or 0x525A09) is known color: Verdun Green. HEX triplet: 52, 5A and 09. RGB value is (82,90,9). Sum of RGB (Red+Green+Blue) = 82+90+9=181 (23% of max value = 765). Red value is 82 (32.42% from 255 or 45.30% from 181); Green value is 90 (35.55% from 255 or 49.72% from 181); Blue value is 9 (3.91% from 255 or 4.97% from 181); Max value from RGB is 90 - color contains mainly: green. Hex color #525A09 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #525A09 is #ADA5F6. Grayscale: #4E4E4E. Windows color (decimal): -11380215 or 612946. OLE color: 612946.
HSL color Cylindrical-coordinate representation of color #525A09: hue angle of 65.93º degrees, saturation: 0.82, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #525A09 is Cyan = 0.09, Magento = 0, Yellow = 0.9 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 82 | 90 | 9 | - |
| CMYK | 0.09 | 0 | 0.9 | 0.65 |
| HSL | 65.93º | 0.82% | 0.19% | - |
| HSV(B) | 65.93º | 0.9% | 0.35% | - |
| XYZ | 7.19 | 9.13 | 1.64 | - |
| YUV | 78.37 | 88.85 | 130.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 90 | 9 | 0.09 | 0 | 0.9 | 0.65 | 65.93 | 0.82 | 0.19 |
| Hex | 52 | 5A | 9 | 9 | 0 | 5A | 41 | 42 | 52 | 13 |
| Octal | 122 | 132 | 11 | 11 | 0 | 132 | 101 | 102 | 122 | 23 |
| Binary | 1010010 | 1011010 | 1001 | 1001 | 0 | 1011010 | 1000001 | 1000010 | 1010010 | 10011 |
Color Harmonies of #525A09
Complementary color
Monochromatic Colors of #525A09
Black with #525A09
Text Example
Text Example
White with #525A09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #525A09; }
p { color: rgb(82,90,9); }
H1.HeaderClassName
{
color: #525A09;
}
.AnyTagClassName
{
color: #525A09;
}
</style>
background-color css
<style>
a { background-color: #525A09; }
a { background-color: rgb(82,90,9); }
div.DivClassName
{
background-color: #525A09;
}
.BgClassName
{
background-color: #525A09;
}
</style>
border-color css
<style>
span { border-color: #525A09; }
span { border-color: rgb(82,90,9); }
td.TdClassName
{
border-color: #525A09;
}
.TagClassName
{
border-color: #525A09;
}
</style>