Shades of Verdun Green #35520A
Tints of Verdun Green #35520A
RGB
CMYK
RGB Variations
Color information
#35520A (or 0x35520A) is known color: Verdun Green. HEX triplet: 35, 52 and 0A. RGB value is (53,82,10). Sum of RGB (Red+Green+Blue) = 53+82+10=145 (19% of max value = 765). Red value is 53 (21.09% from 255 or 36.55% from 145); Green value is 82 (32.42% from 255 or 56.55% from 145); Blue value is 10 (4.30% from 255 or 6.90% from 145); Max value from RGB is 82 - color contains mainly: green. Hex color #35520A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #35520A is #CAADF5. Grayscale: #414141. Windows color (decimal): -13282806 or 676405. OLE color: 676405.
HSL color Cylindrical-coordinate representation of color #35520A: hue angle of 84.17º degrees, saturation: 0.78, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #35520A is Cyan = 0.35, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 53 | 82 | 10 | - |
| CMYK | 0.35 | 0 | 0.88 | 0.68 |
| HSL | 84.17º | 0.78% | 0.18% | - |
| HSV(B) | 84.17º | 0.88% | 0.32% | - |
| XYZ | 4.54 | 6.81 | 1.36 | - |
| YUV | 65.12 | 96.89 | 119.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 82 | 10 | 0.35 | 0 | 0.88 | 0.68 | 84.17 | 0.78 | 0.18 |
| Hex | 35 | 52 | A | 23 | 0 | 58 | 44 | 54 | 4E | 12 |
| Octal | 65 | 122 | 12 | 43 | 0 | 130 | 104 | 124 | 116 | 22 |
| Binary | 110101 | 1010010 | 1010 | 100011 | 0 | 1011000 | 1000100 | 1010100 | 1001110 | 10010 |
Color Harmonies of #35520A
Complementary color
Monochromatic Colors of #35520A
Black with #35520A
Text Example
Text Example
White with #35520A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35520A; }
p { color: rgb(53,82,10); }
H1.HeaderClassName
{
color: #35520A;
}
.AnyTagClassName
{
color: #35520A;
}
</style>
background-color css
<style>
a { background-color: #35520A; }
a { background-color: rgb(53,82,10); }
div.DivClassName
{
background-color: #35520A;
}
.BgClassName
{
background-color: #35520A;
}
</style>
border-color css
<style>
span { border-color: #35520A; }
span { border-color: rgb(53,82,10); }
td.TdClassName
{
border-color: #35520A;
}
.TagClassName
{
border-color: #35520A;
}
</style>