Shades of Verdun Green #375501
Tints of Verdun Green #375501
RGB
CMYK
RGB Variations
Color information
#375501 (or 0x375501) is known color: Verdun Green. HEX triplet: 37, 55 and 01. RGB value is (55,85,1). Sum of RGB (Red+Green+Blue) = 55+85+1=141 (18% of max value = 765). Red value is 55 (21.88% from 255 or 39.01% from 141); Green value is 85 (33.59% from 255 or 60.28% from 141); Blue value is 1 (0.78% from 255 or 0.71% from 141); Max value from RGB is 85 - color contains mainly: green. Hex color #375501 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #375501 is #C8AAFE. Grayscale: #424242. Windows color (decimal): -13150975 or 87351. OLE color: 87351.
HSL color Cylindrical-coordinate representation of color #375501: hue angle of 81.43º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #375501 is Cyan = 0.35, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 55 | 85 | 1 | - |
| CMYK | 0.35 | 0 | 0.99 | 0.67 |
| HSL | 81.43º | 0.98% | 0.17% | - |
| HSV(B) | 81.43º | 0.99% | 0.33% | - |
| XYZ | 4.83 | 7.31 | 1.19 | - |
| YUV | 66.45 | 91.06 | 119.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 85 | 1 | 0.35 | 0 | 0.99 | 0.67 | 81.43 | 0.98 | 0.17 |
| Hex | 37 | 55 | 1 | 23 | 0 | 63 | 43 | 51 | 62 | 11 |
| Octal | 67 | 125 | 1 | 43 | 0 | 143 | 103 | 121 | 142 | 21 |
| Binary | 110111 | 1010101 | 1 | 100011 | 0 | 1100011 | 1000011 | 1010001 | 1100010 | 10001 |
Color Harmonies of #375501
Complementary color
Monochromatic Colors of #375501
Black with #375501
Text Example
Text Example
White with #375501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #375501; }
p { color: rgb(55,85,1); }
H1.HeaderClassName
{
color: #375501;
}
.AnyTagClassName
{
color: #375501;
}
</style>
background-color css
<style>
a { background-color: #375501; }
a { background-color: rgb(55,85,1); }
div.DivClassName
{
background-color: #375501;
}
.BgClassName
{
background-color: #375501;
}
</style>
border-color css
<style>
span { border-color: #375501; }
span { border-color: rgb(55,85,1); }
td.TdClassName
{
border-color: #375501;
}
.TagClassName
{
border-color: #375501;
}
</style>