Shades of Turtle Green #37491B
Tints of Turtle Green #37491B
RGB
CMYK
RGB Variations
Color information
#37491B (or 0x37491B) is known color: Turtle Green. HEX triplet: 37, 49 and 1B. RGB value is (55,73,27). Sum of RGB (Red+Green+Blue) = 55+73+27=155 (20% of max value = 765). Red value is 55 (21.88% from 255 or 35.48% from 155); Green value is 73 (28.91% from 255 or 47.10% from 155); Blue value is 27 (10.94% from 255 or 17.42% from 155); Max value from RGB is 73 - color contains mainly: green. Hex color #37491B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #37491B is #C8B6E4. Grayscale: #3E3E3E. Windows color (decimal): -13154021 or 1788215. OLE color: 1788215.
HSL color Cylindrical-coordinate representation of color #37491B: hue angle of 83.48º degrees, saturation: 0.46, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #37491B is Cyan = 0.25, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 55 | 73 | 27 | - |
| CMYK | 0.25 | 0 | 0.63 | 0.71 |
| HSL | 83.48º | 0.46% | 0.2% | - |
| HSV(B) | 83.48º | 0.63% | 0.29% | - |
| XYZ | 4.16 | 5.66 | 1.91 | - |
| YUV | 62.37 | 108.04 | 122.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 73 | 27 | 0.25 | 0 | 0.63 | 0.71 | 83.48 | 0.46 | 0.2 |
| Hex | 37 | 49 | 1B | 19 | 0 | 3F | 47 | 53 | 2E | 14 |
| Octal | 67 | 111 | 33 | 31 | 0 | 77 | 107 | 123 | 56 | 24 |
| Binary | 110111 | 1001001 | 11011 | 11001 | 0 | 111111 | 1000111 | 1010011 | 101110 | 10100 |
Color Harmonies of #37491B
Complementary color
Monochromatic Colors of #37491B
Black with #37491B
Text Example
Text Example
White with #37491B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37491B; }
p { color: rgb(55,73,27); }
H1.HeaderClassName
{
color: #37491B;
}
.AnyTagClassName
{
color: #37491B;
}
</style>
background-color css
<style>
a { background-color: #37491B; }
a { background-color: rgb(55,73,27); }
div.DivClassName
{
background-color: #37491B;
}
.BgClassName
{
background-color: #37491B;
}
</style>
border-color css
<style>
span { border-color: #37491B; }
span { border-color: rgb(55,73,27); }
td.TdClassName
{
border-color: #37491B;
}
.TagClassName
{
border-color: #37491B;
}
</style>