Shades of Turtle Green #37461E
Tints of Turtle Green #37461E
RGB
CMYK
RGB Variations
Color information
#37461E (or 0x37461E) is known color: Turtle Green. HEX triplet: 37, 46 and 1E. RGB value is (55,70,30). Sum of RGB (Red+Green+Blue) = 55+70+30=155 (20% of max value = 765). Red value is 55 (21.88% from 255 or 35.48% from 155); Green value is 70 (27.73% from 255 or 45.16% from 155); Blue value is 30 (12.11% from 255 or 19.35% from 155); Max value from RGB is 70 - color contains mainly: green. Hex color #37461E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #37461E is #C8B9E1. Grayscale: #3D3D3D. Windows color (decimal): -13154786 or 1984055. OLE color: 1984055.
HSL color Cylindrical-coordinate representation of color #37461E: hue angle of 82.5º degrees, saturation: 0.4, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #37461E is Cyan = 0.21, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 55 | 70 | 30 | - |
| CMYK | 0.21 | 0 | 0.57 | 0.73 |
| HSL | 82.5º | 0.4% | 0.2% | - |
| HSV(B) | 82.5º | 0.57% | 0.27% | - |
| XYZ | 4 | 5.29 | 2.04 | - |
| YUV | 60.96 | 110.53 | 123.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 70 | 30 | 0.21 | 0 | 0.57 | 0.73 | 82.5 | 0.4 | 0.2 |
| Hex | 37 | 46 | 1E | 15 | 0 | 39 | 49 | 52 | 28 | 14 |
| Octal | 67 | 106 | 36 | 25 | 0 | 71 | 111 | 122 | 50 | 24 |
| Binary | 110111 | 1000110 | 11110 | 10101 | 0 | 111001 | 1001001 | 1010010 | 101000 | 10100 |
Color Harmonies of #37461E
Complementary color
Monochromatic Colors of #37461E
Black with #37461E
Text Example
Text Example
White with #37461E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37461E; }
p { color: rgb(55,70,30); }
H1.HeaderClassName
{
color: #37461E;
}
.AnyTagClassName
{
color: #37461E;
}
</style>
background-color css
<style>
a { background-color: #37461E; }
a { background-color: rgb(55,70,30); }
div.DivClassName
{
background-color: #37461E;
}
.BgClassName
{
background-color: #37461E;
}
</style>
border-color css
<style>
span { border-color: #37461E; }
span { border-color: rgb(55,70,30); }
td.TdClassName
{
border-color: #37461E;
}
.TagClassName
{
border-color: #37461E;
}
</style>