Shades of Verdun Green #365505
Tints of Verdun Green #365505
RGB
CMYK
RGB Variations
Color information
#365505 (or 0x365505) is known color: Verdun Green. HEX triplet: 36, 55 and 05. RGB value is (54,85,5). Sum of RGB (Red+Green+Blue) = 54+85+5=144 (19% of max value = 765). Red value is 54 (21.48% from 255 or 37.5% from 144); Green value is 85 (33.59% from 255 or 59.03% from 144); Blue value is 5 (2.34% from 255 or 3.47% from 144); Max value from RGB is 85 - color contains mainly: green. Hex color #365505 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #365505 is #C9AAFA. Grayscale: #424242. Windows color (decimal): -13216507 or 349494. OLE color: 349494.
HSL color Cylindrical-coordinate representation of color #365505: hue angle of 83.25º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #365505 is Cyan = 0.36, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 54 | 85 | 5 | - |
| CMYK | 0.36 | 0 | 0.94 | 0.67 |
| HSL | 83.25º | 0.89% | 0.18% | - |
| HSV(B) | 83.25º | 0.94% | 0.33% | - |
| XYZ | 4.8 | 7.29 | 1.3 | - |
| YUV | 66.61 | 93.23 | 119 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 85 | 5 | 0.36 | 0 | 0.94 | 0.67 | 83.25 | 0.89 | 0.18 |
| Hex | 36 | 55 | 5 | 24 | 0 | 5E | 43 | 53 | 59 | 12 |
| Octal | 66 | 125 | 5 | 44 | 0 | 136 | 103 | 123 | 131 | 22 |
| Binary | 110110 | 1010101 | 101 | 100100 | 0 | 1011110 | 1000011 | 1010011 | 1011001 | 10010 |
Color Harmonies of #365505
Complementary color
Monochromatic Colors of #365505
Black with #365505
Text Example
Text Example
White with #365505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #365505; }
p { color: rgb(54,85,5); }
H1.HeaderClassName
{
color: #365505;
}
.AnyTagClassName
{
color: #365505;
}
</style>
background-color css
<style>
a { background-color: #365505; }
a { background-color: rgb(54,85,5); }
div.DivClassName
{
background-color: #365505;
}
.BgClassName
{
background-color: #365505;
}
</style>
border-color css
<style>
span { border-color: #365505; }
span { border-color: rgb(54,85,5); }
td.TdClassName
{
border-color: #365505;
}
.TagClassName
{
border-color: #365505;
}
</style>