Shades of Verdun Green #365511
Tints of Verdun Green #365511
RGB
CMYK
RGB Variations
Color information
#365511 (or 0x365511) is known color: Verdun Green. HEX triplet: 36, 55 and 11. RGB value is (54,85,17). Sum of RGB (Red+Green+Blue) = 54+85+17=156 (20% of max value = 765). Red value is 54 (21.48% from 255 or 34.62% from 156); Green value is 85 (33.59% from 255 or 54.49% from 156); Blue value is 17 (7.03% from 255 or 10.90% from 156); Max value from RGB is 85 - color contains mainly: green. Hex color #365511 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #365511 is #C9AAEE. Grayscale: #444444. Windows color (decimal): -13216495 or 1135926. OLE color: 1135926.
HSL color Cylindrical-coordinate representation of color #365511: hue angle of 87.35º degrees, saturation: 0.67, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #365511 is Cyan = 0.36, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 54 | 85 | 17 | - |
| CMYK | 0.36 | 0 | 0.80 | 0.67 |
| HSL | 87.35º | 0.67% | 0.2% | - |
| HSV(B) | 87.35º | 0.8% | 0.33% | - |
| XYZ | 4.87 | 7.32 | 1.69 | - |
| YUV | 67.98 | 99.23 | 118.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 85 | 17 | 0.36 | 0 | 0.80 | 0.67 | 87.35 | 0.67 | 0.2 |
| Hex | 36 | 55 | 11 | 24 | 0 | 50 | 43 | 57 | 43 | 14 |
| Octal | 66 | 125 | 21 | 44 | 0 | 120 | 103 | 127 | 103 | 24 |
| Binary | 110110 | 1010101 | 10001 | 100100 | 0 | 1010000 | 1000011 | 1010111 | 1000011 | 10100 |
Color Harmonies of #365511
Complementary color
Monochromatic Colors of #365511
Black with #365511
Text Example
Text Example
White with #365511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #365511; }
p { color: rgb(54,85,17); }
H1.HeaderClassName
{
color: #365511;
}
.AnyTagClassName
{
color: #365511;
}
</style>
background-color css
<style>
a { background-color: #365511; }
a { background-color: rgb(54,85,17); }
div.DivClassName
{
background-color: #365511;
}
.BgClassName
{
background-color: #365511;
}
</style>
border-color css
<style>
span { border-color: #365511; }
span { border-color: rgb(54,85,17); }
td.TdClassName
{
border-color: #365511;
}
.TagClassName
{
border-color: #365511;
}
</style>