Shades of Verdun Green #35590A
Tints of Verdun Green #35590A
RGB
CMYK
RGB Variations
Color information
#35590A (or 0x35590A) is known color: Verdun Green. HEX triplet: 35, 59 and 0A. RGB value is (53,89,10). Sum of RGB (Red+Green+Blue) = 53+89+10=152 (20% of max value = 765). Red value is 53 (21.09% from 255 or 34.87% from 152); Green value is 89 (35.16% from 255 or 58.55% from 152); Blue value is 10 (4.30% from 255 or 6.58% from 152); Max value from RGB is 89 - color contains mainly: green. Hex color #35590A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #35590A is #CAA6F5. Grayscale: #454545. Windows color (decimal): -13281014 or 678197. OLE color: 678197.
HSL color Cylindrical-coordinate representation of color #35590A: hue angle of 87.34º degrees, saturation: 0.8, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #35590A is Cyan = 0.40, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 53 | 89 | 10 | - |
| CMYK | 0.40 | 0 | 0.89 | 0.65 |
| HSL | 87.34º | 0.8% | 0.19% | - |
| HSV(B) | 87.34º | 0.89% | 0.35% | - |
| XYZ | 5.1 | 7.92 | 1.55 | - |
| YUV | 69.23 | 94.57 | 116.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 89 | 10 | 0.40 | 0 | 0.89 | 0.65 | 87.34 | 0.8 | 0.19 |
| Hex | 35 | 59 | A | 28 | 0 | 59 | 41 | 57 | 50 | 13 |
| Octal | 65 | 131 | 12 | 50 | 0 | 131 | 101 | 127 | 120 | 23 |
| Binary | 110101 | 1011001 | 1010 | 101000 | 0 | 1011001 | 1000001 | 1010111 | 1010000 | 10011 |
Color Harmonies of #35590A
Complementary color
Monochromatic Colors of #35590A
Black with #35590A
Text Example
Text Example
White with #35590A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35590A; }
p { color: rgb(53,89,10); }
H1.HeaderClassName
{
color: #35590A;
}
.AnyTagClassName
{
color: #35590A;
}
</style>
background-color css
<style>
a { background-color: #35590A; }
a { background-color: rgb(53,89,10); }
div.DivClassName
{
background-color: #35590A;
}
.BgClassName
{
background-color: #35590A;
}
</style>
border-color css
<style>
span { border-color: #35590A; }
span { border-color: rgb(53,89,10); }
td.TdClassName
{
border-color: #35590A;
}
.TagClassName
{
border-color: #35590A;
}
</style>