Shades of Verdun Green #375B01
Tints of Verdun Green #375B01
RGB
CMYK
RGB Variations
Color information
#375B01 (or 0x375B01) is known color: Verdun Green. HEX triplet: 37, 5B and 01. RGB value is (55,91,1). Sum of RGB (Red+Green+Blue) = 55+91+1=147 (19% of max value = 765). Red value is 55 (21.88% from 255 or 37.41% from 147); Green value is 91 (35.94% from 255 or 61.90% from 147); Blue value is 1 (0.78% from 255 or 0.68% from 147); Max value from RGB is 91 - color contains mainly: green. Hex color #375B01 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #375B01 is #C8A4FE. Grayscale: #464646. Windows color (decimal): -13149439 or 88887. OLE color: 88887.
HSL color Cylindrical-coordinate representation of color #375B01: hue angle of 84º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #375B01 is Cyan = 0.40, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 55 | 91 | 1 | - |
| CMYK | 0.40 | 0 | 0.99 | 0.64 |
| HSL | 84º | 0.98% | 0.18% | - |
| HSV(B) | 84º | 0.99% | 0.36% | - |
| XYZ | 5.32 | 8.3 | 1.35 | - |
| YUV | 69.98 | 89.07 | 117.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 91 | 1 | 0.40 | 0 | 0.99 | 0.64 | 84 | 0.98 | 0.18 |
| Hex | 37 | 5B | 1 | 28 | 0 | 63 | 40 | 54 | 62 | 12 |
| Octal | 67 | 133 | 1 | 50 | 0 | 143 | 100 | 124 | 142 | 22 |
| Binary | 110111 | 1011011 | 1 | 101000 | 0 | 1100011 | 1000000 | 1010100 | 1100010 | 10010 |
Color Harmonies of #375B01
Complementary color
Monochromatic Colors of #375B01
Black with #375B01
Text Example
Text Example
White with #375B01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #375B01; }
p { color: rgb(55,91,1); }
H1.HeaderClassName
{
color: #375B01;
}
.AnyTagClassName
{
color: #375B01;
}
</style>
background-color css
<style>
a { background-color: #375B01; }
a { background-color: rgb(55,91,1); }
div.DivClassName
{
background-color: #375B01;
}
.BgClassName
{
background-color: #375B01;
}
</style>
border-color css
<style>
span { border-color: #375B01; }
span { border-color: rgb(55,91,1); }
td.TdClassName
{
border-color: #375B01;
}
.TagClassName
{
border-color: #375B01;
}
</style>