Shades of Verdun Green #35540E
Tints of Verdun Green #35540E
RGB
CMYK
RGB Variations
Color information
#35540E (or 0x35540E) is known color: Verdun Green. HEX triplet: 35, 54 and 0E. RGB value is (53,84,14). Sum of RGB (Red+Green+Blue) = 53+84+14=151 (20% of max value = 765). Red value is 53 (21.09% from 255 or 35.10% from 151); Green value is 84 (33.20% from 255 or 55.63% from 151); Blue value is 14 (5.86% from 255 or 9.27% from 151); Max value from RGB is 84 - color contains mainly: green. Hex color #35540E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #35540E is #CAABF1. Grayscale: #434343. Windows color (decimal): -13282290 or 939061. OLE color: 939061.
HSL color Cylindrical-coordinate representation of color #35540E: hue angle of 86.57º degrees, saturation: 0.71, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #35540E is Cyan = 0.37, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 53 | 84 | 14 | - |
| CMYK | 0.37 | 0 | 0.83 | 0.67 |
| HSL | 86.57º | 0.71% | 0.19% | - |
| HSV(B) | 86.57º | 0.83% | 0.33% | - |
| XYZ | 4.72 | 7.13 | 1.54 | - |
| YUV | 66.75 | 98.23 | 118.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 84 | 14 | 0.37 | 0 | 0.83 | 0.67 | 86.57 | 0.71 | 0.19 |
| Hex | 35 | 54 | E | 25 | 0 | 53 | 43 | 57 | 47 | 13 |
| Octal | 65 | 124 | 16 | 45 | 0 | 123 | 103 | 127 | 107 | 23 |
| Binary | 110101 | 1010100 | 1110 | 100101 | 0 | 1010011 | 1000011 | 1010111 | 1000111 | 10011 |
Color Harmonies of #35540E
Complementary color
Monochromatic Colors of #35540E
Black with #35540E
Text Example
Text Example
White with #35540E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35540E; }
p { color: rgb(53,84,14); }
H1.HeaderClassName
{
color: #35540E;
}
.AnyTagClassName
{
color: #35540E;
}
</style>
background-color css
<style>
a { background-color: #35540E; }
a { background-color: rgb(53,84,14); }
div.DivClassName
{
background-color: #35540E;
}
.BgClassName
{
background-color: #35540E;
}
</style>
border-color css
<style>
span { border-color: #35540E; }
span { border-color: rgb(53,84,14); }
td.TdClassName
{
border-color: #35540E;
}
.TagClassName
{
border-color: #35540E;
}
</style>