Shades of Turtle Green #37490A
Tints of Turtle Green #37490A
RGB
CMYK
RGB Variations
Color information
#37490A (or 0x37490A) is known color: Turtle Green. HEX triplet: 37, 49 and 0A. RGB value is (55,73,10). Sum of RGB (Red+Green+Blue) = 55+73+10=138 (18% of max value = 765). Red value is 55 (21.88% from 255 or 39.86% from 138); Green value is 73 (28.91% from 255 or 52.90% from 138); Blue value is 10 (4.30% from 255 or 7.25% from 138); Max value from RGB is 73 - color contains mainly: green. Hex color #37490A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #37490A is #C8B6F5. Grayscale: #3C3C3C. Windows color (decimal): -13154038 or 674103. OLE color: 674103.
HSL color Cylindrical-coordinate representation of color #37490A: hue angle of 77.14º degrees, saturation: 0.76, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #37490A is Cyan = 0.25, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 55 | 73 | 10 | - |
| CMYK | 0.25 | 0 | 0.86 | 0.71 |
| HSL | 77.14º | 0.76% | 0.16% | - |
| HSV(B) | 77.14º | 0.86% | 0.29% | - |
| XYZ | 4.01 | 5.6 | 1.16 | - |
| YUV | 60.44 | 99.54 | 124.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 73 | 10 | 0.25 | 0 | 0.86 | 0.71 | 77.14 | 0.76 | 0.16 |
| Hex | 37 | 49 | A | 19 | 0 | 56 | 47 | 4D | 4C | 10 |
| Octal | 67 | 111 | 12 | 31 | 0 | 126 | 107 | 115 | 114 | 20 |
| Binary | 110111 | 1001001 | 1010 | 11001 | 0 | 1010110 | 1000111 | 1001101 | 1001100 | 10000 |
Color Harmonies of #37490A
Complementary color
Monochromatic Colors of #37490A
Black with #37490A
Text Example
Text Example
White with #37490A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37490A; }
p { color: rgb(55,73,10); }
H1.HeaderClassName
{
color: #37490A;
}
.AnyTagClassName
{
color: #37490A;
}
</style>
background-color css
<style>
a { background-color: #37490A; }
a { background-color: rgb(55,73,10); }
div.DivClassName
{
background-color: #37490A;
}
.BgClassName
{
background-color: #37490A;
}
</style>
border-color css
<style>
span { border-color: #37490A; }
span { border-color: rgb(55,73,10); }
td.TdClassName
{
border-color: #37490A;
}
.TagClassName
{
border-color: #37490A;
}
</style>