Shades of Verdun Green #375201
Tints of Verdun Green #375201
RGB
CMYK
RGB Variations
Color information
#375201 (or 0x375201) is known color: Verdun Green. HEX triplet: 37, 52 and 01. RGB value is (55,82,1). Sum of RGB (Red+Green+Blue) = 55+82+1=138 (18% of max value = 765). Red value is 55 (21.88% from 255 or 39.86% from 138); Green value is 82 (32.42% from 255 or 59.42% from 138); Blue value is 1 (0.78% from 255 or 0.72% from 138); Max value from RGB is 82 - color contains mainly: green. Hex color #375201 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #375201 is #C8ADFE. Grayscale: #404040. Windows color (decimal): -13151743 or 86583. OLE color: 86583.
HSL color Cylindrical-coordinate representation of color #375201: hue angle of 80º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #375201 is Cyan = 0.33, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 55 | 82 | 1 | - |
| CMYK | 0.33 | 0 | 0.99 | 0.68 |
| HSL | 80º | 0.98% | 0.16% | - |
| HSV(B) | 80º | 0.99% | 0.32% | - |
| XYZ | 4.6 | 6.85 | 1.11 | - |
| YUV | 64.69 | 92.05 | 121.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 82 | 1 | 0.33 | 0 | 0.99 | 0.68 | 80 | 0.98 | 0.16 |
| Hex | 37 | 52 | 1 | 21 | 0 | 63 | 44 | 50 | 62 | 10 |
| Octal | 67 | 122 | 1 | 41 | 0 | 143 | 104 | 120 | 142 | 20 |
| Binary | 110111 | 1010010 | 1 | 100001 | 0 | 1100011 | 1000100 | 1010000 | 1100010 | 10000 |
Color Harmonies of #375201
Complementary color
Monochromatic Colors of #375201
Black with #375201
Text Example
Text Example
White with #375201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #375201; }
p { color: rgb(55,82,1); }
H1.HeaderClassName
{
color: #375201;
}
.AnyTagClassName
{
color: #375201;
}
</style>
background-color css
<style>
a { background-color: #375201; }
a { background-color: rgb(55,82,1); }
div.DivClassName
{
background-color: #375201;
}
.BgClassName
{
background-color: #375201;
}
</style>
border-color css
<style>
span { border-color: #375201; }
span { border-color: rgb(55,82,1); }
td.TdClassName
{
border-color: #375201;
}
.TagClassName
{
border-color: #375201;
}
</style>