Shades of Turtle Green #37461D
Tints of Turtle Green #37461D
RGB
CMYK
RGB Variations
Color information
#37461D (or 0x37461D) is known color: Turtle Green. HEX triplet: 37, 46 and 1D. RGB value is (55,70,29). Sum of RGB (Red+Green+Blue) = 55+70+29=154 (20% of max value = 765). Red value is 55 (21.88% from 255 or 35.71% from 154); Green value is 70 (27.73% from 255 or 45.45% from 154); Blue value is 29 (11.72% from 255 or 18.83% from 154); Max value from RGB is 70 - color contains mainly: green. Hex color #37461D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #37461D is #C8B9E2. Grayscale: #3C3C3C. Windows color (decimal): -13154787 or 1918519. OLE color: 1918519.
HSL color Cylindrical-coordinate representation of color #37461D: hue angle of 81.95º degrees, saturation: 0.41, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #37461D is Cyan = 0.21, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 55 | 70 | 29 | - |
| CMYK | 0.21 | 0 | 0.59 | 0.73 |
| HSL | 81.95º | 0.41% | 0.19% | - |
| HSV(B) | 81.95º | 0.59% | 0.27% | - |
| XYZ | 3.99 | 5.28 | 1.97 | - |
| YUV | 60.84 | 110.03 | 123.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 70 | 29 | 0.21 | 0 | 0.59 | 0.73 | 81.95 | 0.41 | 0.19 |
| Hex | 37 | 46 | 1D | 15 | 0 | 3B | 49 | 52 | 29 | 13 |
| Octal | 67 | 106 | 35 | 25 | 0 | 73 | 111 | 122 | 51 | 23 |
| Binary | 110111 | 1000110 | 11101 | 10101 | 0 | 111011 | 1001001 | 1010010 | 101001 | 10011 |
Color Harmonies of #37461D
Complementary color
Monochromatic Colors of #37461D
Black with #37461D
Text Example
Text Example
White with #37461D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37461D; }
p { color: rgb(55,70,29); }
H1.HeaderClassName
{
color: #37461D;
}
.AnyTagClassName
{
color: #37461D;
}
</style>
background-color css
<style>
a { background-color: #37461D; }
a { background-color: rgb(55,70,29); }
div.DivClassName
{
background-color: #37461D;
}
.BgClassName
{
background-color: #37461D;
}
</style>
border-color css
<style>
span { border-color: #37461D; }
span { border-color: rgb(55,70,29); }
td.TdClassName
{
border-color: #37461D;
}
.TagClassName
{
border-color: #37461D;
}
</style>