Shades of Verdun Green #37540A
Tints of Verdun Green #37540A
RGB
CMYK
RGB Variations
Color information
#37540A (or 0x37540A) is known color: Verdun Green. HEX triplet: 37, 54 and 0A. RGB value is (55,84,10). Sum of RGB (Red+Green+Blue) = 55+84+10=149 (19% of max value = 765). Red value is 55 (21.88% from 255 or 36.91% from 149); Green value is 84 (33.20% from 255 or 56.38% from 149); Blue value is 10 (4.30% from 255 or 6.71% from 149); Max value from RGB is 84 - color contains mainly: green. Hex color #37540A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #37540A is #C8ABF5. Grayscale: #434343. Windows color (decimal): -13151222 or 676919. OLE color: 676919.
HSL color Cylindrical-coordinate representation of color #37540A: hue angle of 83.51º degrees, saturation: 0.79, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #37540A is Cyan = 0.35, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 55 | 84 | 10 | - |
| CMYK | 0.35 | 0 | 0.88 | 0.67 |
| HSL | 83.51º | 0.79% | 0.18% | - |
| HSV(B) | 83.51º | 0.88% | 0.33% | - |
| XYZ | 4.8 | 7.17 | 1.42 | - |
| YUV | 66.89 | 95.89 | 119.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 84 | 10 | 0.35 | 0 | 0.88 | 0.67 | 83.51 | 0.79 | 0.18 |
| Hex | 37 | 54 | A | 23 | 0 | 58 | 43 | 54 | 4F | 12 |
| Octal | 67 | 124 | 12 | 43 | 0 | 130 | 103 | 124 | 117 | 22 |
| Binary | 110111 | 1010100 | 1010 | 100011 | 0 | 1011000 | 1000011 | 1010100 | 1001111 | 10010 |
Color Harmonies of #37540A
Complementary color
Monochromatic Colors of #37540A
Black with #37540A
Text Example
Text Example
White with #37540A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37540A; }
p { color: rgb(55,84,10); }
H1.HeaderClassName
{
color: #37540A;
}
.AnyTagClassName
{
color: #37540A;
}
</style>
background-color css
<style>
a { background-color: #37540A; }
a { background-color: rgb(55,84,10); }
div.DivClassName
{
background-color: #37540A;
}
.BgClassName
{
background-color: #37540A;
}
</style>
border-color css
<style>
span { border-color: #37540A; }
span { border-color: rgb(55,84,10); }
td.TdClassName
{
border-color: #37540A;
}
.TagClassName
{
border-color: #37540A;
}
</style>