Shades of Verdun Green #365901
Tints of Verdun Green #365901
RGB
CMYK
RGB Variations
Color information
#365901 (or 0x365901) is known color: Verdun Green. HEX triplet: 36, 59 and 01. RGB value is (54,89,1). Sum of RGB (Red+Green+Blue) = 54+89+1=144 (19% of max value = 765). Red value is 54 (21.48% from 255 or 37.5% from 144); Green value is 89 (35.16% from 255 or 61.81% from 144); Blue value is 1 (0.78% from 255 or 0.69% from 144); Max value from RGB is 89 - color contains mainly: green. Hex color #365901 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #365901 is #C9A6FE. Grayscale: #444444. Windows color (decimal): -13215487 or 88374. OLE color: 88374.
HSL color Cylindrical-coordinate representation of color #365901: hue angle of 83.86º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #365901 is Cyan = 0.39, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 54 | 89 | 1 | - |
| CMYK | 0.39 | 0 | 0.99 | 0.65 |
| HSL | 83.86º | 0.98% | 0.18% | - |
| HSV(B) | 83.86º | 0.99% | 0.35% | - |
| XYZ | 5.1 | 7.93 | 1.29 | - |
| YUV | 68.5 | 89.9 | 117.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 89 | 1 | 0.39 | 0 | 0.99 | 0.65 | 83.86 | 0.98 | 0.18 |
| Hex | 36 | 59 | 1 | 27 | 0 | 63 | 41 | 54 | 62 | 12 |
| Octal | 66 | 131 | 1 | 47 | 0 | 143 | 101 | 124 | 142 | 22 |
| Binary | 110110 | 1011001 | 1 | 100111 | 0 | 1100011 | 1000001 | 1010100 | 1100010 | 10010 |
Color Harmonies of #365901
Complementary color
Monochromatic Colors of #365901
Black with #365901
Text Example
Text Example
White with #365901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #365901; }
p { color: rgb(54,89,1); }
H1.HeaderClassName
{
color: #365901;
}
.AnyTagClassName
{
color: #365901;
}
</style>
background-color css
<style>
a { background-color: #365901; }
a { background-color: rgb(54,89,1); }
div.DivClassName
{
background-color: #365901;
}
.BgClassName
{
background-color: #365901;
}
</style>
border-color css
<style>
span { border-color: #365901; }
span { border-color: rgb(54,89,1); }
td.TdClassName
{
border-color: #365901;
}
.TagClassName
{
border-color: #365901;
}
</style>