Shades of Verdun Green #365800
Tints of Verdun Green #365800
RGB
CMYK
RGB Variations
Color information
#365800 (or 0x365800) is known color: Verdun Green. HEX triplet: 36, 58 and 00. RGB value is (54,88,0). Sum of RGB (Red+Green+Blue) = 54+88+0=142 (18% of max value = 765). Red value is 54 (21.48% from 255 or 38.03% from 142); Green value is 88 (34.77% from 255 or 61.97% from 142); Blue value is 0 (0.39% from 255 or 0% from 142); Max value from RGB is 88 - color contains mainly: green. Hex color #365800 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #365800 is #C9A7FF. Grayscale: #444444. Windows color (decimal): -13215744 or 22582. OLE color: 22582.
HSL color Cylindrical-coordinate representation of color #365800: hue angle of 83.18º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 1%. Process color model (Four color, CMYK) of #365800 is Cyan = 0.39, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 54 | 88 | 0 | - |
| CMYK | 0.39 | 0 | 1 | 0.65 |
| HSL | 83.18º | 1% | 0.17% | - |
| HSV(B) | 83.18º | 1% | 0.35% | - |
| XYZ | 5.01 | 7.76 | 1.23 | - |
| YUV | 67.8 | 89.74 | 118.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 88 | 0 | 0.39 | 0 | 1 | 0.65 | 83.18 | 1 | 0.17 |
| Hex | 36 | 58 | 0 | 27 | 0 | 64 | 41 | 53 | 64 | 11 |
| Octal | 66 | 130 | 0 | 47 | 0 | 144 | 101 | 123 | 144 | 21 |
| Binary | 110110 | 1011000 | 0 | 100111 | 0 | 1100100 | 1000001 | 1010011 | 1100100 | 10001 |
Color Harmonies of #365800
Complementary color
Monochromatic Colors of #365800
Black with #365800
Text Example
Text Example
White with #365800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #365800; }
p { color: rgb(54,88,0); }
H1.HeaderClassName
{
color: #365800;
}
.AnyTagClassName
{
color: #365800;
}
</style>
background-color css
<style>
a { background-color: #365800; }
a { background-color: rgb(54,88,0); }
div.DivClassName
{
background-color: #365800;
}
.BgClassName
{
background-color: #365800;
}
</style>
border-color css
<style>
span { border-color: #365800; }
span { border-color: rgb(54,88,0); }
td.TdClassName
{
border-color: #365800;
}
.TagClassName
{
border-color: #365800;
}
</style>