Shades of Verdun Green #375C0F
Tints of Verdun Green #375C0F
RGB
CMYK
RGB Variations
Color information
#375C0F (or 0x375C0F) is known color: Verdun Green. HEX triplet: 37, 5C and 0F. RGB value is (55,92,15). Sum of RGB (Red+Green+Blue) = 55+92+15=162 (21% of max value = 765). Red value is 55 (21.88% from 255 or 33.95% from 162); Green value is 92 (36.33% from 255 or 56.79% from 162); Blue value is 15 (6.25% from 255 or 9.26% from 162); Max value from RGB is 92 - color contains mainly: green. Hex color #375C0F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #375C0F is #C8A3F0. Grayscale: #484848. Windows color (decimal): -13149169 or 1006647. OLE color: 1006647.
HSL color Cylindrical-coordinate representation of color #375C0F: hue angle of 88.83º degrees, saturation: 0.72, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #375C0F is Cyan = 0.40, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 55 | 92 | 15 | - |
| CMYK | 0.40 | 0 | 0.84 | 0.64 |
| HSL | 88.83º | 0.72% | 0.21% | - |
| HSV(B) | 88.83º | 0.84% | 0.36% | - |
| XYZ | 5.49 | 8.5 | 1.8 | - |
| YUV | 72.16 | 95.74 | 115.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 92 | 15 | 0.40 | 0 | 0.84 | 0.64 | 88.83 | 0.72 | 0.21 |
| Hex | 37 | 5C | F | 28 | 0 | 54 | 40 | 59 | 48 | 15 |
| Octal | 67 | 134 | 17 | 50 | 0 | 124 | 100 | 131 | 110 | 25 |
| Binary | 110111 | 1011100 | 1111 | 101000 | 0 | 1010100 | 1000000 | 1011001 | 1001000 | 10101 |
Color Harmonies of #375C0F
Complementary color
Monochromatic Colors of #375C0F
Black with #375C0F
Text Example
Text Example
White with #375C0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #375C0F; }
p { color: rgb(55,92,15); }
H1.HeaderClassName
{
color: #375C0F;
}
.AnyTagClassName
{
color: #375C0F;
}
</style>
background-color css
<style>
a { background-color: #375C0F; }
a { background-color: rgb(55,92,15); }
div.DivClassName
{
background-color: #375C0F;
}
.BgClassName
{
background-color: #375C0F;
}
</style>
border-color css
<style>
span { border-color: #375C0F; }
span { border-color: rgb(55,92,15); }
td.TdClassName
{
border-color: #375C0F;
}
.TagClassName
{
border-color: #375C0F;
}
</style>