Shades of Verdun Green #365903
Tints of Verdun Green #365903
RGB
CMYK
RGB Variations
Color information
#365903 (or 0x365903) is known color: Verdun Green. HEX triplet: 36, 59 and 03. RGB value is (54,89,3). Sum of RGB (Red+Green+Blue) = 54+89+3=146 (19% of max value = 765). Red value is 54 (21.48% from 255 or 36.99% from 146); Green value is 89 (35.16% from 255 or 60.96% from 146); Blue value is 3 (1.56% from 255 or 2.05% from 146); Max value from RGB is 89 - color contains mainly: green. Hex color #365903 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #365903 is #C9A6FC. Grayscale: #454545. Windows color (decimal): -13215485 or 219446. OLE color: 219446.
HSL color Cylindrical-coordinate representation of color #365903: hue angle of 84.42º degrees, saturation: 0.93, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #365903 is Cyan = 0.39, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 54 | 89 | 3 | - |
| CMYK | 0.39 | 0 | 0.97 | 0.65 |
| HSL | 84.42º | 0.93% | 0.18% | - |
| HSV(B) | 84.42º | 0.97% | 0.35% | - |
| XYZ | 5.11 | 7.94 | 1.35 | - |
| YUV | 68.73 | 90.9 | 117.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 89 | 3 | 0.39 | 0 | 0.97 | 0.65 | 84.42 | 0.93 | 0.18 |
| Hex | 36 | 59 | 3 | 27 | 0 | 61 | 41 | 54 | 5D | 12 |
| Octal | 66 | 131 | 3 | 47 | 0 | 141 | 101 | 124 | 135 | 22 |
| Binary | 110110 | 1011001 | 11 | 100111 | 0 | 1100001 | 1000001 | 1010100 | 1011101 | 10010 |
Color Harmonies of #365903
Complementary color
Monochromatic Colors of #365903
Black with #365903
Text Example
Text Example
White with #365903
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #365903; }
p { color: rgb(54,89,3); }
H1.HeaderClassName
{
color: #365903;
}
.AnyTagClassName
{
color: #365903;
}
</style>
background-color css
<style>
a { background-color: #365903; }
a { background-color: rgb(54,89,3); }
div.DivClassName
{
background-color: #365903;
}
.BgClassName
{
background-color: #365903;
}
</style>
border-color css
<style>
span { border-color: #365903; }
span { border-color: rgb(54,89,3); }
td.TdClassName
{
border-color: #365903;
}
.TagClassName
{
border-color: #365903;
}
</style>