Shades of Verdun Green #365501
Tints of Verdun Green #365501
RGB
CMYK
RGB Variations
Color information
#365501 (or 0x365501) is known color: Verdun Green. HEX triplet: 36, 55 and 01. RGB value is (54,85,1). Sum of RGB (Red+Green+Blue) = 54+85+1=140 (18% of max value = 765). Red value is 54 (21.48% from 255 or 38.57% from 140); Green value is 85 (33.59% from 255 or 60.71% from 140); Blue value is 1 (0.78% from 255 or 0.71% from 140); Max value from RGB is 85 - color contains mainly: green. Hex color #365501 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #365501 is #C9AAFE. Grayscale: #424242. Windows color (decimal): -13216511 or 87350. OLE color: 87350.
HSL color Cylindrical-coordinate representation of color #365501: hue angle of 82.14º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #365501 is Cyan = 0.36, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 54 | 85 | 1 | - |
| CMYK | 0.36 | 0 | 0.99 | 0.67 |
| HSL | 82.14º | 0.98% | 0.17% | - |
| HSV(B) | 82.14º | 0.99% | 0.33% | - |
| XYZ | 4.78 | 7.28 | 1.18 | - |
| YUV | 66.16 | 91.23 | 119.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 85 | 1 | 0.36 | 0 | 0.99 | 0.67 | 82.14 | 0.98 | 0.17 |
| Hex | 36 | 55 | 1 | 24 | 0 | 63 | 43 | 52 | 62 | 11 |
| Octal | 66 | 125 | 1 | 44 | 0 | 143 | 103 | 122 | 142 | 21 |
| Binary | 110110 | 1010101 | 1 | 100100 | 0 | 1100011 | 1000011 | 1010010 | 1100010 | 10001 |
Color Harmonies of #365501
Complementary color
Monochromatic Colors of #365501
Black with #365501
Text Example
Text Example
White with #365501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #365501; }
p { color: rgb(54,85,1); }
H1.HeaderClassName
{
color: #365501;
}
.AnyTagClassName
{
color: #365501;
}
</style>
background-color css
<style>
a { background-color: #365501; }
a { background-color: rgb(54,85,1); }
div.DivClassName
{
background-color: #365501;
}
.BgClassName
{
background-color: #365501;
}
</style>
border-color css
<style>
span { border-color: #365501; }
span { border-color: rgb(54,85,1); }
td.TdClassName
{
border-color: #365501;
}
.TagClassName
{
border-color: #365501;
}
</style>