Shades of Verdun Green #375800
Tints of Verdun Green #375800
RGB
CMYK
RGB Variations
Color information
#375800 (or 0x375800) is known color: Verdun Green. HEX triplet: 37, 58 and 00. RGB value is (55,88,0). Sum of RGB (Red+Green+Blue) = 55+88+0=143 (18% of max value = 765). Red value is 55 (21.88% from 255 or 38.46% from 143); Green value is 88 (34.77% from 255 or 61.54% from 143); Blue value is 0 (0.39% from 255 or 0% from 143); Max value from RGB is 88 - color contains mainly: green. Hex color #375800 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #375800 is #C8A7FF. Grayscale: #444444. Windows color (decimal): -13150208 or 22583. OLE color: 22583.
HSL color Cylindrical-coordinate representation of color #375800: hue angle of 82.5º 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 #375800 is Cyan = 0.38, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 55 | 88 | 0 | - |
| CMYK | 0.38 | 0 | 1 | 0.65 |
| HSL | 82.5º | 1% | 0.17% | - |
| HSV(B) | 82.5º | 1% | 0.35% | - |
| XYZ | 5.07 | 7.79 | 1.24 | - |
| YUV | 68.1 | 89.57 | 118.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 88 | 0 | 0.38 | 0 | 1 | 0.65 | 82.5 | 1 | 0.17 |
| Hex | 37 | 58 | 0 | 26 | 0 | 64 | 41 | 52 | 64 | 11 |
| Octal | 67 | 130 | 0 | 46 | 0 | 144 | 101 | 122 | 144 | 21 |
| Binary | 110111 | 1011000 | 0 | 100110 | 0 | 1100100 | 1000001 | 1010010 | 1100100 | 10001 |
Color Harmonies of #375800
Complementary color
Monochromatic Colors of #375800
Black with #375800
Text Example
Text Example
White with #375800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #375800; }
p { color: rgb(55,88,0); }
H1.HeaderClassName
{
color: #375800;
}
.AnyTagClassName
{
color: #375800;
}
</style>
background-color css
<style>
a { background-color: #375800; }
a { background-color: rgb(55,88,0); }
div.DivClassName
{
background-color: #375800;
}
.BgClassName
{
background-color: #375800;
}
</style>
border-color css
<style>
span { border-color: #375800; }
span { border-color: rgb(55,88,0); }
td.TdClassName
{
border-color: #375800;
}
.TagClassName
{
border-color: #375800;
}
</style>