Shades of Verdun Green #375002
Tints of Verdun Green #375002
RGB
CMYK
RGB Variations
Color information
#375002 (or 0x375002) is known color: Verdun Green. HEX triplet: 37, 50 and 02. RGB value is (55,80,2). Sum of RGB (Red+Green+Blue) = 55+80+2=137 (18% of max value = 765). Red value is 55 (21.88% from 255 or 40.15% from 137); Green value is 80 (31.64% from 255 or 58.39% from 137); Blue value is 2 (1.17% from 255 or 1.46% from 137); Max value from RGB is 80 - color contains mainly: green. Hex color #375002 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #375002 is #C8AFFD. Grayscale: #3F3F3F. Windows color (decimal): -13152254 or 151607. OLE color: 151607.
HSL color Cylindrical-coordinate representation of color #375002: hue angle of 79.23º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #375002 is Cyan = 0.31, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 55 | 80 | 2 | - |
| CMYK | 0.31 | 0 | 0.98 | 0.69 |
| HSL | 79.23º | 0.95% | 0.16% | - |
| HSV(B) | 79.23º | 0.98% | 0.31% | - |
| XYZ | 4.46 | 6.55 | 1.09 | - |
| YUV | 63.63 | 93.22 | 121.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 80 | 2 | 0.31 | 0 | 0.98 | 0.69 | 79.23 | 0.95 | 0.16 |
| Hex | 37 | 50 | 2 | 1F | 0 | 62 | 45 | 4F | 5F | 10 |
| Octal | 67 | 120 | 2 | 37 | 0 | 142 | 105 | 117 | 137 | 20 |
| Binary | 110111 | 1010000 | 10 | 11111 | 0 | 1100010 | 1000101 | 1001111 | 1011111 | 10000 |
Color Harmonies of #375002
Complementary color
Monochromatic Colors of #375002
Black with #375002
Text Example
Text Example
White with #375002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #375002; }
p { color: rgb(55,80,2); }
H1.HeaderClassName
{
color: #375002;
}
.AnyTagClassName
{
color: #375002;
}
</style>
background-color css
<style>
a { background-color: #375002; }
a { background-color: rgb(55,80,2); }
div.DivClassName
{
background-color: #375002;
}
.BgClassName
{
background-color: #375002;
}
</style>
border-color css
<style>
span { border-color: #375002; }
span { border-color: rgb(55,80,2); }
td.TdClassName
{
border-color: #375002;
}
.TagClassName
{
border-color: #375002;
}
</style>