Shades of Turtle Green #31410D
Tints of Turtle Green #31410D
RGB
CMYK
RGB Variations
Color information
#31410D (or 0x31410D) is known color: Turtle Green. HEX triplet: 31, 41 and 0D. RGB value is (49,65,13). Sum of RGB (Red+Green+Blue) = 49+65+13=127 (16% of max value = 765). Red value is 49 (19.53% from 255 or 38.58% from 127); Green value is 65 (25.78% from 255 or 51.18% from 127); Blue value is 13 (5.47% from 255 or 10.24% from 127); Max value from RGB is 65 - color contains mainly: green. Hex color #31410D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #31410D is #CEBEF2. Grayscale: #363636. Windows color (decimal): -13549299 or 868657. OLE color: 868657.
HSL color Cylindrical-coordinate representation of color #31410D: hue angle of 78.46º degrees, saturation: 0.67, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #31410D is Cyan = 0.25, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 49 | 65 | 13 | - |
| CMYK | 0.25 | 0 | 0.80 | 0.75 |
| HSL | 78.46º | 0.67% | 0.15% | - |
| HSV(B) | 78.46º | 0.8% | 0.25% | - |
| XYZ | 3.23 | 4.46 | 1.07 | - |
| YUV | 54.29 | 104.7 | 124.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 65 | 13 | 0.25 | 0 | 0.80 | 0.75 | 78.46 | 0.67 | 0.15 |
| Hex | 31 | 41 | D | 19 | 0 | 50 | 4B | 4E | 43 | F |
| Octal | 61 | 101 | 15 | 31 | 0 | 120 | 113 | 116 | 103 | 17 |
| Binary | 110001 | 1000001 | 1101 | 11001 | 0 | 1010000 | 1001011 | 1001110 | 1000011 | 1111 |
Color Harmonies of #31410D
Complementary color
Monochromatic Colors of #31410D
Black with #31410D
Text Example
Text Example
White with #31410D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31410D; }
p { color: rgb(49,65,13); }
H1.HeaderClassName
{
color: #31410D;
}
.AnyTagClassName
{
color: #31410D;
}
</style>
background-color css
<style>
a { background-color: #31410D; }
a { background-color: rgb(49,65,13); }
div.DivClassName
{
background-color: #31410D;
}
.BgClassName
{
background-color: #31410D;
}
</style>
border-color css
<style>
span { border-color: #31410D; }
span { border-color: rgb(49,65,13); }
td.TdClassName
{
border-color: #31410D;
}
.TagClassName
{
border-color: #31410D;
}
</style>