Shades of Turtle Green #313E10
Tints of Turtle Green #313E10
RGB
CMYK
RGB Variations
Color information
#313E10 (or 0x313E10) is known color: Turtle Green. HEX triplet: 31, 3E and 10. RGB value is (49,62,16). Sum of RGB (Red+Green+Blue) = 49+62+16=127 (16% of max value = 765). Red value is 49 (19.53% from 255 or 38.58% from 127); Green value is 62 (24.61% from 255 or 48.82% from 127); Blue value is 16 (6.64% from 255 or 12.60% from 127); Max value from RGB is 62 - color contains mainly: green. Hex color #313E10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #313E10 is #CEC1EF. Grayscale: #353535. Windows color (decimal): -13550064 or 1064497. OLE color: 1064497.
HSL color Cylindrical-coordinate representation of color #313E10: hue angle of 76.96º degrees, saturation: 0.59, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #313E10 is Cyan = 0.21, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 49 | 62 | 16 | - |
| CMYK | 0.21 | 0 | 0.74 | 0.76 |
| HSL | 76.96º | 0.59% | 0.15% | - |
| HSV(B) | 76.96º | 0.74% | 0.24% | - |
| XYZ | 3.08 | 4.14 | 1.13 | - |
| YUV | 52.87 | 107.19 | 125.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 62 | 16 | 0.21 | 0 | 0.74 | 0.76 | 76.96 | 0.59 | 0.15 |
| Hex | 31 | 3E | 10 | 15 | 0 | 4A | 4C | 4D | 3B | F |
| Octal | 61 | 76 | 20 | 25 | 0 | 112 | 114 | 115 | 73 | 17 |
| Binary | 110001 | 111110 | 10000 | 10101 | 0 | 1001010 | 1001100 | 1001101 | 111011 | 1111 |
Color Harmonies of #313E10
Complementary color
Monochromatic Colors of #313E10
Black with #313E10
Text Example
Text Example
White with #313E10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #313E10; }
p { color: rgb(49,62,16); }
H1.HeaderClassName
{
color: #313E10;
}
.AnyTagClassName
{
color: #313E10;
}
</style>
background-color css
<style>
a { background-color: #313E10; }
a { background-color: rgb(49,62,16); }
div.DivClassName
{
background-color: #313E10;
}
.BgClassName
{
background-color: #313E10;
}
</style>
border-color css
<style>
span { border-color: #313E10; }
span { border-color: rgb(49,62,16); }
td.TdClassName
{
border-color: #313E10;
}
.TagClassName
{
border-color: #313E10;
}
</style>