Shades of Verdun Green #535609
Tints of Verdun Green #535609
RGB
CMYK
RGB Variations
Color information
#535609 (or 0x535609) is known color: Verdun Green. HEX triplet: 53, 56 and 09. RGB value is (83,86,9). Sum of RGB (Red+Green+Blue) = 83+86+9=178 (23% of max value = 765). Red value is 83 (32.81% from 255 or 46.63% from 178); Green value is 86 (33.98% from 255 or 48.31% from 178); Blue value is 9 (3.91% from 255 or 5.06% from 178); Max value from RGB is 86 - color contains mainly: green. Hex color #535609 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #535609 is #ACA9F6. Grayscale: #4C4C4C. Windows color (decimal): -11315703 or 611923. OLE color: 611923.
HSL color Cylindrical-coordinate representation of color #535609: hue angle of 62.34º degrees, saturation: 0.81, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #535609 is Cyan = 0.03, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 83 | 86 | 9 | - |
| CMYK | 0.03 | 0 | 0.90 | 0.66 |
| HSL | 62.34º | 0.81% | 0.19% | - |
| HSV(B) | 62.34º | 0.9% | 0.34% | - |
| XYZ | 6.94 | 8.51 | 1.54 | - |
| YUV | 76.33 | 90.01 | 132.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 86 | 9 | 0.03 | 0 | 0.90 | 0.66 | 62.34 | 0.81 | 0.19 |
| Hex | 53 | 56 | 9 | 3 | 0 | 5A | 42 | 3E | 51 | 13 |
| Octal | 123 | 126 | 11 | 3 | 0 | 132 | 102 | 76 | 121 | 23 |
| Binary | 1010011 | 1010110 | 1001 | 11 | 0 | 1011010 | 1000010 | 111110 | 1010001 | 10011 |
Color Harmonies of #535609
Complementary color
Monochromatic Colors of #535609
Black with #535609
Text Example
Text Example
White with #535609
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #535609; }
p { color: rgb(83,86,9); }
H1.HeaderClassName
{
color: #535609;
}
.AnyTagClassName
{
color: #535609;
}
</style>
background-color css
<style>
a { background-color: #535609; }
a { background-color: rgb(83,86,9); }
div.DivClassName
{
background-color: #535609;
}
.BgClassName
{
background-color: #535609;
}
</style>
border-color css
<style>
span { border-color: #535609; }
span { border-color: rgb(83,86,9); }
td.TdClassName
{
border-color: #535609;
}
.TagClassName
{
border-color: #535609;
}
</style>