Shades of Verdun Green #375B14
Tints of Verdun Green #375B14
RGB
CMYK
RGB Variations
Color information
#375B14 (or 0x375B14) is known color: Verdun Green. HEX triplet: 37, 5B and 14. RGB value is (55,91,20). Sum of RGB (Red+Green+Blue) = 55+91+20=166 (21% of max value = 765). Red value is 55 (21.88% from 255 or 33.13% from 166); Green value is 91 (35.94% from 255 or 54.82% from 166); Blue value is 20 (8.20% from 255 or 12.05% from 166); Max value from RGB is 91 - color contains mainly: green. Hex color #375B14 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #375B14 is #C8A4EB. Grayscale: #484848. Windows color (decimal): -13149420 or 1334071. OLE color: 1334071.
HSL color Cylindrical-coordinate representation of color #375B14: hue angle of 90.42º degrees, saturation: 0.64, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #375B14 is Cyan = 0.40, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 55 | 91 | 20 | - |
| CMYK | 0.40 | 0 | 0.78 | 0.64 |
| HSL | 90.42º | 0.64% | 0.22% | - |
| HSV(B) | 90.42º | 0.78% | 0.36% | - |
| XYZ | 5.44 | 8.34 | 1.99 | - |
| YUV | 72.14 | 98.57 | 115.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 91 | 20 | 0.40 | 0 | 0.78 | 0.64 | 90.42 | 0.64 | 0.22 |
| Hex | 37 | 5B | 14 | 28 | 0 | 4E | 40 | 5A | 40 | 16 |
| Octal | 67 | 133 | 24 | 50 | 0 | 116 | 100 | 132 | 100 | 26 |
| Binary | 110111 | 1011011 | 10100 | 101000 | 0 | 1001110 | 1000000 | 1011010 | 1000000 | 10110 |
Color Harmonies of #375B14
Complementary color
Monochromatic Colors of #375B14
Black with #375B14
Text Example
Text Example
White with #375B14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #375B14; }
p { color: rgb(55,91,20); }
H1.HeaderClassName
{
color: #375B14;
}
.AnyTagClassName
{
color: #375B14;
}
</style>
background-color css
<style>
a { background-color: #375B14; }
a { background-color: rgb(55,91,20); }
div.DivClassName
{
background-color: #375B14;
}
.BgClassName
{
background-color: #375B14;
}
</style>
border-color css
<style>
span { border-color: #375B14; }
span { border-color: rgb(55,91,20); }
td.TdClassName
{
border-color: #375B14;
}
.TagClassName
{
border-color: #375B14;
}
</style>