Shades of Turtle Green #37390A
Tints of Turtle Green #37390A
RGB
CMYK
RGB Variations
Color information
#37390A (or 0x37390A) is known color: Turtle Green. HEX triplet: 37, 39 and 0A. RGB value is (55,57,10). Sum of RGB (Red+Green+Blue) = 55+57+10=122 (16% of max value = 765). Red value is 55 (21.88% from 255 or 45.08% from 122); Green value is 57 (22.66% from 255 or 46.72% from 122); Blue value is 10 (4.30% from 255 or 8.20% from 122); Max value from RGB is 57 - color contains mainly: green. Hex color #37390A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #37390A is #C8C6F5. Grayscale: #333333. Windows color (decimal): -13158134 or 670007. OLE color: 670007.
HSL color Cylindrical-coordinate representation of color #37390A: hue angle of 62.55º degrees, saturation: 0.7, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #37390A is Cyan = 0.04, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 57 | 10 | - |
| CMYK | 0.04 | 0 | 0.82 | 0.78 |
| HSL | 62.55º | 0.7% | 0.13% | - |
| HSV(B) | 62.55º | 0.82% | 0.22% | - |
| XYZ | 3.09 | 3.76 | 0.85 | - |
| YUV | 51.04 | 104.84 | 130.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 57 | 10 | 0.04 | 0 | 0.82 | 0.78 | 62.55 | 0.7 | 0.13 |
| Hex | 37 | 39 | A | 4 | 0 | 52 | 4E | 3F | 46 | D |
| Octal | 67 | 71 | 12 | 4 | 0 | 122 | 116 | 77 | 106 | 15 |
| Binary | 110111 | 111001 | 1010 | 100 | 0 | 1010010 | 1001110 | 111111 | 1000110 | 1101 |
Color Harmonies of #37390A
Complementary color
Monochromatic Colors of #37390A
Black with #37390A
Text Example
Text Example
White with #37390A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37390A; }
p { color: rgb(55,57,10); }
H1.HeaderClassName
{
color: #37390A;
}
.AnyTagClassName
{
color: #37390A;
}
</style>
background-color css
<style>
a { background-color: #37390A; }
a { background-color: rgb(55,57,10); }
div.DivClassName
{
background-color: #37390A;
}
.BgClassName
{
background-color: #37390A;
}
</style>
border-color css
<style>
span { border-color: #37390A; }
span { border-color: rgb(55,57,10); }
td.TdClassName
{
border-color: #37390A;
}
.TagClassName
{
border-color: #37390A;
}
</style>