Shades of Turtle Green #37390D
Tints of Turtle Green #37390D
RGB
CMYK
RGB Variations
Color information
#37390D (or 0x37390D) is known color: Turtle Green. HEX triplet: 37, 39 and 0D. RGB value is (55,57,13). Sum of RGB (Red+Green+Blue) = 55+57+13=125 (16% of max value = 765). Red value is 55 (21.88% from 255 or 44% from 125); Green value is 57 (22.66% from 255 or 45.6% from 125); Blue value is 13 (5.47% from 255 or 10.4% from 125); Max value from RGB is 57 - color contains mainly: green. Hex color #37390D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #37390D is #C8C6F2. Grayscale: #333333. Windows color (decimal): -13158131 or 866615. OLE color: 866615.
HSL color Cylindrical-coordinate representation of color #37390D: hue angle of 62.73º degrees, saturation: 0.63, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #37390D is Cyan = 0.04, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 57 | 13 | - |
| CMYK | 0.04 | 0 | 0.77 | 0.78 |
| HSL | 62.73º | 0.63% | 0.14% | - |
| HSV(B) | 62.73º | 0.77% | 0.22% | - |
| XYZ | 3.11 | 3.77 | 0.94 | - |
| YUV | 51.39 | 106.34 | 130.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 57 | 13 | 0.04 | 0 | 0.77 | 0.78 | 62.73 | 0.63 | 0.14 |
| Hex | 37 | 39 | D | 4 | 0 | 4D | 4E | 3F | 3F | E |
| Octal | 67 | 71 | 15 | 4 | 0 | 115 | 116 | 77 | 77 | 16 |
| Binary | 110111 | 111001 | 1101 | 100 | 0 | 1001101 | 1001110 | 111111 | 111111 | 1110 |
Color Harmonies of #37390D
Complementary color
Monochromatic Colors of #37390D
Black with #37390D
Text Example
Text Example
White with #37390D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37390D; }
p { color: rgb(55,57,13); }
H1.HeaderClassName
{
color: #37390D;
}
.AnyTagClassName
{
color: #37390D;
}
</style>
background-color css
<style>
a { background-color: #37390D; }
a { background-color: rgb(55,57,13); }
div.DivClassName
{
background-color: #37390D;
}
.BgClassName
{
background-color: #37390D;
}
</style>
border-color css
<style>
span { border-color: #37390D; }
span { border-color: rgb(55,57,13); }
td.TdClassName
{
border-color: #37390D;
}
.TagClassName
{
border-color: #37390D;
}
</style>