Shades of Verdun Green #375700
Tints of Verdun Green #375700
RGB
CMYK
RGB Variations
Color information
#375700 (or 0x375700) is known color: Verdun Green. HEX triplet: 37, 57 and 00. RGB value is (55,87,0). Sum of RGB (Red+Green+Blue) = 55+87+0=142 (18% of max value = 765). Red value is 55 (21.88% from 255 or 38.73% from 142); Green value is 87 (34.38% from 255 or 61.27% from 142); Blue value is 0 (0.39% from 255 or 0% from 142); Max value from RGB is 87 - color contains mainly: green. Hex color #375700 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #375700 is #C8A8FF. Grayscale: #434343. Windows color (decimal): -13150464 or 22327. OLE color: 22327.
HSL color Cylindrical-coordinate representation of color #375700: hue angle of 82.07º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 1%. Process color model (Four color, CMYK) of #375700 is Cyan = 0.37, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 55 | 87 | 0 | - |
| CMYK | 0.37 | 0 | 1 | 0.66 |
| HSL | 82.07º | 1% | 0.17% | - |
| HSV(B) | 82.07º | 1% | 0.34% | - |
| XYZ | 4.98 | 7.63 | 1.21 | - |
| YUV | 67.51 | 89.9 | 119.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 87 | 0 | 0.37 | 0 | 1 | 0.66 | 82.07 | 1 | 0.17 |
| Hex | 37 | 57 | 0 | 25 | 0 | 64 | 42 | 52 | 64 | 11 |
| Octal | 67 | 127 | 0 | 45 | 0 | 144 | 102 | 122 | 144 | 21 |
| Binary | 110111 | 1010111 | 0 | 100101 | 0 | 1100100 | 1000010 | 1010010 | 1100100 | 10001 |
Color Harmonies of #375700
Complementary color
Monochromatic Colors of #375700
Black with #375700
Text Example
Text Example
White with #375700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #375700; }
p { color: rgb(55,87,0); }
H1.HeaderClassName
{
color: #375700;
}
.AnyTagClassName
{
color: #375700;
}
</style>
background-color css
<style>
a { background-color: #375700; }
a { background-color: rgb(55,87,0); }
div.DivClassName
{
background-color: #375700;
}
.BgClassName
{
background-color: #375700;
}
</style>
border-color css
<style>
span { border-color: #375700; }
span { border-color: rgb(55,87,0); }
td.TdClassName
{
border-color: #375700;
}
.TagClassName
{
border-color: #375700;
}
</style>