Shades of Turtle Green #31570C
Tints of Turtle Green #31570C
RGB
CMYK
RGB Variations
Color information
#31570C (or 0x31570C) is known color: Turtle Green. HEX triplet: 31, 57 and 0C. RGB value is (49,87,12). Sum of RGB (Red+Green+Blue) = 49+87+12=148 (19% of max value = 765). Red value is 49 (19.53% from 255 or 33.11% from 148); Green value is 87 (34.38% from 255 or 58.78% from 148); Blue value is 12 (5.08% from 255 or 8.11% from 148); Max value from RGB is 87 - color contains mainly: green. Hex color #31570C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #31570C is #CEA8F3. Grayscale: #434343. Windows color (decimal): -13543668 or 808753. OLE color: 808753.
HSL color Cylindrical-coordinate representation of color #31570C: hue angle of 90.4º degrees, saturation: 0.76, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #31570C is Cyan = 0.44, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 49 | 87 | 12 | - |
| CMYK | 0.44 | 0 | 0.86 | 0.66 |
| HSL | 90.4º | 0.76% | 0.19% | - |
| HSV(B) | 90.4º | 0.86% | 0.34% | - |
| XYZ | 4.74 | 7.5 | 1.54 | - |
| YUV | 67.09 | 96.91 | 115.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 87 | 12 | 0.44 | 0 | 0.86 | 0.66 | 90.4 | 0.76 | 0.19 |
| Hex | 31 | 57 | C | 2C | 0 | 56 | 42 | 5A | 4C | 13 |
| Octal | 61 | 127 | 14 | 54 | 0 | 126 | 102 | 132 | 114 | 23 |
| Binary | 110001 | 1010111 | 1100 | 101100 | 0 | 1010110 | 1000010 | 1011010 | 1001100 | 10011 |
Color Harmonies of #31570C
Complementary color
Monochromatic Colors of #31570C
Black with #31570C
Text Example
Text Example
White with #31570C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31570C; }
p { color: rgb(49,87,12); }
H1.HeaderClassName
{
color: #31570C;
}
.AnyTagClassName
{
color: #31570C;
}
</style>
background-color css
<style>
a { background-color: #31570C; }
a { background-color: rgb(49,87,12); }
div.DivClassName
{
background-color: #31570C;
}
.BgClassName
{
background-color: #31570C;
}
</style>
border-color css
<style>
span { border-color: #31570C; }
span { border-color: rgb(49,87,12); }
td.TdClassName
{
border-color: #31570C;
}
.TagClassName
{
border-color: #31570C;
}
</style>