Shades of Turtle Green #37470B
Tints of Turtle Green #37470B
RGB
CMYK
RGB Variations
Color information
#37470B (or 0x37470B) is known color: Turtle Green. HEX triplet: 37, 47 and 0B. RGB value is (55,71,11). Sum of RGB (Red+Green+Blue) = 55+71+11=137 (18% of max value = 765). Red value is 55 (21.88% from 255 or 40.15% from 137); Green value is 71 (28.12% from 255 or 51.82% from 137); Blue value is 11 (4.69% from 255 or 8.03% from 137); Max value from RGB is 71 - color contains mainly: green. Hex color #37470B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #37470B is #C8B8F4. Grayscale: #3B3B3B. Windows color (decimal): -13154549 or 739127. OLE color: 739127.
HSL color Cylindrical-coordinate representation of color #37470B: hue angle of 76º degrees, saturation: 0.73, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #37470B is Cyan = 0.23, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 55 | 71 | 11 | - |
| CMYK | 0.23 | 0 | 0.85 | 0.72 |
| HSL | 76º | 0.73% | 0.16% | - |
| HSV(B) | 76º | 0.85% | 0.28% | - |
| XYZ | 3.89 | 5.34 | 1.14 | - |
| YUV | 59.38 | 100.7 | 124.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 71 | 11 | 0.23 | 0 | 0.85 | 0.72 | 76 | 0.73 | 0.16 |
| Hex | 37 | 47 | B | 17 | 0 | 55 | 48 | 4C | 49 | 10 |
| Octal | 67 | 107 | 13 | 27 | 0 | 125 | 110 | 114 | 111 | 20 |
| Binary | 110111 | 1000111 | 1011 | 10111 | 0 | 1010101 | 1001000 | 1001100 | 1001001 | 10000 |
Color Harmonies of #37470B
Complementary color
Monochromatic Colors of #37470B
Black with #37470B
Text Example
Text Example
White with #37470B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37470B; }
p { color: rgb(55,71,11); }
H1.HeaderClassName
{
color: #37470B;
}
.AnyTagClassName
{
color: #37470B;
}
</style>
background-color css
<style>
a { background-color: #37470B; }
a { background-color: rgb(55,71,11); }
div.DivClassName
{
background-color: #37470B;
}
.BgClassName
{
background-color: #37470B;
}
</style>
border-color css
<style>
span { border-color: #37470B; }
span { border-color: rgb(55,71,11); }
td.TdClassName
{
border-color: #37470B;
}
.TagClassName
{
border-color: #37470B;
}
</style>