Shades of Verdun Green #365804
Tints of Verdun Green #365804
RGB
CMYK
RGB Variations
Color information
#365804 (or 0x365804) is known color: Verdun Green. HEX triplet: 36, 58 and 04. RGB value is (54,88,4). Sum of RGB (Red+Green+Blue) = 54+88+4=146 (19% of max value = 765). Red value is 54 (21.48% from 255 or 36.99% from 146); Green value is 88 (34.77% from 255 or 60.27% from 146); Blue value is 4 (1.95% from 255 or 2.74% from 146); Max value from RGB is 88 - color contains mainly: green. Hex color #365804 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #365804 is #C9A7FB. Grayscale: #444444. Windows color (decimal): -13215740 or 284726. OLE color: 284726.
HSL color Cylindrical-coordinate representation of color #365804: hue angle of 84.29º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #365804 is Cyan = 0.39, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 54 | 88 | 4 | - |
| CMYK | 0.39 | 0 | 0.95 | 0.65 |
| HSL | 84.29º | 0.91% | 0.18% | - |
| HSV(B) | 84.29º | 0.95% | 0.35% | - |
| XYZ | 5.03 | 7.77 | 1.35 | - |
| YUV | 68.26 | 91.74 | 117.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 88 | 4 | 0.39 | 0 | 0.95 | 0.65 | 84.29 | 0.91 | 0.18 |
| Hex | 36 | 58 | 4 | 27 | 0 | 5F | 41 | 54 | 5B | 12 |
| Octal | 66 | 130 | 4 | 47 | 0 | 137 | 101 | 124 | 133 | 22 |
| Binary | 110110 | 1011000 | 100 | 100111 | 0 | 1011111 | 1000001 | 1010100 | 1011011 | 10010 |
Color Harmonies of #365804
Complementary color
Monochromatic Colors of #365804
Black with #365804
Text Example
Text Example
White with #365804
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #365804; }
p { color: rgb(54,88,4); }
H1.HeaderClassName
{
color: #365804;
}
.AnyTagClassName
{
color: #365804;
}
</style>
background-color css
<style>
a { background-color: #365804; }
a { background-color: rgb(54,88,4); }
div.DivClassName
{
background-color: #365804;
}
.BgClassName
{
background-color: #365804;
}
</style>
border-color css
<style>
span { border-color: #365804; }
span { border-color: rgb(54,88,4); }
td.TdClassName
{
border-color: #365804;
}
.TagClassName
{
border-color: #365804;
}
</style>