Shades of Verdun Green #375F10
Tints of Verdun Green #375F10
RGB
CMYK
RGB Variations
Color information
#375F10 (or 0x375F10) is known color: Verdun Green. HEX triplet: 37, 5F and 10. RGB value is (55,95,16). Sum of RGB (Red+Green+Blue) = 55+95+16=166 (21% of max value = 765). Red value is 55 (21.88% from 255 or 33.13% from 166); Green value is 95 (37.5% from 255 or 57.23% from 166); Blue value is 16 (6.64% from 255 or 9.64% from 166); Max value from RGB is 95 - color contains mainly: green. Hex color #375F10 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #375F10 is #C8A0EF. Grayscale: #4A4A4A. Windows color (decimal): -13148400 or 1072951. OLE color: 1072951.
HSL color Cylindrical-coordinate representation of color #375F10: hue angle of 90.38º degrees, saturation: 0.71, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #375F10 is Cyan = 0.42, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 55 | 95 | 16 | - |
| CMYK | 0.42 | 0 | 0.83 | 0.63 |
| HSL | 90.38º | 0.71% | 0.22% | - |
| HSV(B) | 90.38º | 0.83% | 0.37% | - |
| XYZ | 5.76 | 9.03 | 1.93 | - |
| YUV | 74.03 | 95.25 | 114.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 95 | 16 | 0.42 | 0 | 0.83 | 0.63 | 90.38 | 0.71 | 0.22 |
| Hex | 37 | 5F | 10 | 2A | 0 | 53 | 3F | 5A | 47 | 16 |
| Octal | 67 | 137 | 20 | 52 | 0 | 123 | 77 | 132 | 107 | 26 |
| Binary | 110111 | 1011111 | 10000 | 101010 | 0 | 1010011 | 111111 | 1011010 | 1000111 | 10110 |
Color Harmonies of #375F10
Complementary color
Monochromatic Colors of #375F10
Black with #375F10
Text Example
Text Example
White with #375F10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #375F10; }
p { color: rgb(55,95,16); }
H1.HeaderClassName
{
color: #375F10;
}
.AnyTagClassName
{
color: #375F10;
}
</style>
background-color css
<style>
a { background-color: #375F10; }
a { background-color: rgb(55,95,16); }
div.DivClassName
{
background-color: #375F10;
}
.BgClassName
{
background-color: #375F10;
}
</style>
border-color css
<style>
span { border-color: #375F10; }
span { border-color: rgb(55,95,16); }
td.TdClassName
{
border-color: #375F10;
}
.TagClassName
{
border-color: #375F10;
}
</style>