Shades of Turtle Green #37411B
Tints of Turtle Green #37411B
RGB
CMYK
RGB Variations
Color information
#37411B (or 0x37411B) is known color: Turtle Green. HEX triplet: 37, 41 and 1B. RGB value is (55,65,27). Sum of RGB (Red+Green+Blue) = 55+65+27=147 (19% of max value = 765). Red value is 55 (21.88% from 255 or 37.41% from 147); Green value is 65 (25.78% from 255 or 44.22% from 147); Blue value is 27 (10.94% from 255 or 18.37% from 147); Max value from RGB is 65 - color contains mainly: green. Hex color #37411B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #37411B is #C8BEE4. Grayscale: #393939. Windows color (decimal): -13156069 or 1786167. OLE color: 1786167.
HSL color Cylindrical-coordinate representation of color #37411B: hue angle of 75.79º degrees, saturation: 0.41, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #37411B is Cyan = 0.15, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 55 | 65 | 27 | - |
| CMYK | 0.15 | 0 | 0.58 | 0.75 |
| HSL | 75.79º | 0.41% | 0.18% | - |
| HSV(B) | 75.79º | 0.58% | 0.25% | - |
| XYZ | 3.66 | 4.67 | 1.75 | - |
| YUV | 57.68 | 110.69 | 126.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 65 | 27 | 0.15 | 0 | 0.58 | 0.75 | 75.79 | 0.41 | 0.18 |
| Hex | 37 | 41 | 1B | F | 0 | 3A | 4B | 4C | 29 | 12 |
| Octal | 67 | 101 | 33 | 17 | 0 | 72 | 113 | 114 | 51 | 22 |
| Binary | 110111 | 1000001 | 11011 | 1111 | 0 | 111010 | 1001011 | 1001100 | 101001 | 10010 |
Color Harmonies of #37411B
Complementary color
Monochromatic Colors of #37411B
Black with #37411B
Text Example
Text Example
White with #37411B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37411B; }
p { color: rgb(55,65,27); }
H1.HeaderClassName
{
color: #37411B;
}
.AnyTagClassName
{
color: #37411B;
}
</style>
background-color css
<style>
a { background-color: #37411B; }
a { background-color: rgb(55,65,27); }
div.DivClassName
{
background-color: #37411B;
}
.BgClassName
{
background-color: #37411B;
}
</style>
border-color css
<style>
span { border-color: #37411B; }
span { border-color: rgb(55,65,27); }
td.TdClassName
{
border-color: #37411B;
}
.TagClassName
{
border-color: #37411B;
}
</style>