Shades of Turtle Green #31460D
Tints of Turtle Green #31460D
RGB
CMYK
RGB Variations
Color information
#31460D (or 0x31460D) is known color: Turtle Green. HEX triplet: 31, 46 and 0D. RGB value is (49,70,13). Sum of RGB (Red+Green+Blue) = 49+70+13=132 (17% of max value = 765). Red value is 49 (19.53% from 255 or 37.12% from 132); Green value is 70 (27.73% from 255 or 53.03% from 132); Blue value is 13 (5.47% from 255 or 9.85% from 132); Max value from RGB is 70 - color contains mainly: green. Hex color #31460D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #31460D is #CEB9F2. Grayscale: #393939. Windows color (decimal): -13548019 or 869937. OLE color: 869937.
HSL color Cylindrical-coordinate representation of color #31460D: hue angle of 82.11º degrees, saturation: 0.69, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #31460D is Cyan = 0.30, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 49 | 70 | 13 | - |
| CMYK | 0.30 | 0 | 0.81 | 0.73 |
| HSL | 82.11º | 0.69% | 0.16% | - |
| HSV(B) | 82.11º | 0.81% | 0.27% | - |
| XYZ | 3.53 | 5.06 | 1.17 | - |
| YUV | 57.22 | 103.04 | 122.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 70 | 13 | 0.30 | 0 | 0.81 | 0.73 | 82.11 | 0.69 | 0.16 |
| Hex | 31 | 46 | D | 1E | 0 | 51 | 49 | 52 | 45 | 10 |
| Octal | 61 | 106 | 15 | 36 | 0 | 121 | 111 | 122 | 105 | 20 |
| Binary | 110001 | 1000110 | 1101 | 11110 | 0 | 1010001 | 1001001 | 1010010 | 1000101 | 10000 |
Color Harmonies of #31460D
Complementary color
Monochromatic Colors of #31460D
Black with #31460D
Text Example
Text Example
White with #31460D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31460D; }
p { color: rgb(49,70,13); }
H1.HeaderClassName
{
color: #31460D;
}
.AnyTagClassName
{
color: #31460D;
}
</style>
background-color css
<style>
a { background-color: #31460D; }
a { background-color: rgb(49,70,13); }
div.DivClassName
{
background-color: #31460D;
}
.BgClassName
{
background-color: #31460D;
}
</style>
border-color css
<style>
span { border-color: #31460D; }
span { border-color: rgb(49,70,13); }
td.TdClassName
{
border-color: #31460D;
}
.TagClassName
{
border-color: #31460D;
}
</style>