Shades of Turtle Green #37490C
Tints of Turtle Green #37490C
RGB
CMYK
RGB Variations
Color information
#37490C (or 0x37490C) is known color: Turtle Green. HEX triplet: 37, 49 and 0C. RGB value is (55,73,12). Sum of RGB (Red+Green+Blue) = 55+73+12=140 (18% of max value = 765). Red value is 55 (21.88% from 255 or 39.29% from 140); Green value is 73 (28.91% from 255 or 52.14% from 140); Blue value is 12 (5.08% from 255 or 8.57% from 140); Max value from RGB is 73 - color contains mainly: green. Hex color #37490C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #37490C is #C8B6F3. Grayscale: #3C3C3C. Windows color (decimal): -13154036 or 805175. OLE color: 805175.
HSL color Cylindrical-coordinate representation of color #37490C: hue angle of 77.7º degrees, saturation: 0.72, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #37490C is Cyan = 0.25, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 55 | 73 | 12 | - |
| CMYK | 0.25 | 0 | 0.84 | 0.71 |
| HSL | 77.7º | 0.72% | 0.17% | - |
| HSV(B) | 77.7º | 0.84% | 0.29% | - |
| XYZ | 4.02 | 5.6 | 1.22 | - |
| YUV | 60.66 | 100.54 | 123.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 73 | 12 | 0.25 | 0 | 0.84 | 0.71 | 77.7 | 0.72 | 0.17 |
| Hex | 37 | 49 | C | 19 | 0 | 54 | 47 | 4E | 48 | 11 |
| Octal | 67 | 111 | 14 | 31 | 0 | 124 | 107 | 116 | 110 | 21 |
| Binary | 110111 | 1001001 | 1100 | 11001 | 0 | 1010100 | 1000111 | 1001110 | 1001000 | 10001 |
Color Harmonies of #37490C
Complementary color
Monochromatic Colors of #37490C
Black with #37490C
Text Example
Text Example
White with #37490C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37490C; }
p { color: rgb(55,73,12); }
H1.HeaderClassName
{
color: #37490C;
}
.AnyTagClassName
{
color: #37490C;
}
</style>
background-color css
<style>
a { background-color: #37490C; }
a { background-color: rgb(55,73,12); }
div.DivClassName
{
background-color: #37490C;
}
.BgClassName
{
background-color: #37490C;
}
</style>
border-color css
<style>
span { border-color: #37490C; }
span { border-color: rgb(55,73,12); }
td.TdClassName
{
border-color: #37490C;
}
.TagClassName
{
border-color: #37490C;
}
</style>