Shades of Verdun Green #375D09
Tints of Verdun Green #375D09
RGB
CMYK
RGB Variations
Color information
#375D09 (or 0x375D09) is known color: Verdun Green. HEX triplet: 37, 5D and 09. RGB value is (55,93,9). Sum of RGB (Red+Green+Blue) = 55+93+9=157 (20% of max value = 765). Red value is 55 (21.88% from 255 or 35.03% from 157); Green value is 93 (36.72% from 255 or 59.24% from 157); Blue value is 9 (3.91% from 255 or 5.73% from 157); Max value from RGB is 93 - color contains mainly: green. Hex color #375D09 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #375D09 is #C8A2F6. Grayscale: #484848. Windows color (decimal): -13148919 or 613687. OLE color: 613687.
HSL color Cylindrical-coordinate representation of color #375D09: hue angle of 87.14º degrees, saturation: 0.82, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #375D09 is Cyan = 0.41, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 55 | 93 | 9 | - |
| CMYK | 0.41 | 0 | 0.90 | 0.64 |
| HSL | 87.14º | 0.82% | 0.2% | - |
| HSV(B) | 87.14º | 0.9% | 0.36% | - |
| XYZ | 5.54 | 8.66 | 1.64 | - |
| YUV | 72.06 | 92.41 | 115.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 93 | 9 | 0.41 | 0 | 0.90 | 0.64 | 87.14 | 0.82 | 0.2 |
| Hex | 37 | 5D | 9 | 29 | 0 | 5A | 40 | 57 | 52 | 14 |
| Octal | 67 | 135 | 11 | 51 | 0 | 132 | 100 | 127 | 122 | 24 |
| Binary | 110111 | 1011101 | 1001 | 101001 | 0 | 1011010 | 1000000 | 1010111 | 1010010 | 10100 |
Color Harmonies of #375D09
Complementary color
Monochromatic Colors of #375D09
Black with #375D09
Text Example
Text Example
White with #375D09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #375D09; }
p { color: rgb(55,93,9); }
H1.HeaderClassName
{
color: #375D09;
}
.AnyTagClassName
{
color: #375D09;
}
</style>
background-color css
<style>
a { background-color: #375D09; }
a { background-color: rgb(55,93,9); }
div.DivClassName
{
background-color: #375D09;
}
.BgClassName
{
background-color: #375D09;
}
</style>
border-color css
<style>
span { border-color: #375D09; }
span { border-color: rgb(55,93,9); }
td.TdClassName
{
border-color: #375D09;
}
.TagClassName
{
border-color: #375D09;
}
</style>