Shades of Turtle Green #313D10
Tints of Turtle Green #313D10
RGB
CMYK
RGB Variations
Color information
#313D10 (or 0x313D10) is known color: Turtle Green. HEX triplet: 31, 3D and 10. RGB value is (49,61,16). Sum of RGB (Red+Green+Blue) = 49+61+16=126 (16% of max value = 765). Red value is 49 (19.53% from 255 or 38.89% from 126); Green value is 61 (24.22% from 255 or 48.41% from 126); Blue value is 16 (6.64% from 255 or 12.70% from 126); Max value from RGB is 61 - color contains mainly: green. Hex color #313D10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #313D10 is #CEC2EF. Grayscale: #343434. Windows color (decimal): -13550320 or 1064241. OLE color: 1064241.
HSL color Cylindrical-coordinate representation of color #313D10: hue angle of 76º degrees, saturation: 0.58, 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 #313D10 is Cyan = 0.20, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 49 | 61 | 16 | - |
| CMYK | 0.20 | 0 | 0.74 | 0.76 |
| HSL | 76º | 0.58% | 0.15% | - |
| HSV(B) | 76º | 0.74% | 0.24% | - |
| XYZ | 3.03 | 4.03 | 1.11 | - |
| YUV | 52.28 | 107.52 | 125.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 61 | 16 | 0.20 | 0 | 0.74 | 0.76 | 76 | 0.58 | 0.15 |
| Hex | 31 | 3D | 10 | 14 | 0 | 4A | 4C | 4C | 3A | F |
| Octal | 61 | 75 | 20 | 24 | 0 | 112 | 114 | 114 | 72 | 17 |
| Binary | 110001 | 111101 | 10000 | 10100 | 0 | 1001010 | 1001100 | 1001100 | 111010 | 1111 |
Color Harmonies of #313D10
Complementary color
Monochromatic Colors of #313D10
Black with #313D10
Text Example
Text Example
White with #313D10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #313D10; }
p { color: rgb(49,61,16); }
H1.HeaderClassName
{
color: #313D10;
}
.AnyTagClassName
{
color: #313D10;
}
</style>
background-color css
<style>
a { background-color: #313D10; }
a { background-color: rgb(49,61,16); }
div.DivClassName
{
background-color: #313D10;
}
.BgClassName
{
background-color: #313D10;
}
</style>
border-color css
<style>
span { border-color: #313D10; }
span { border-color: rgb(49,61,16); }
td.TdClassName
{
border-color: #313D10;
}
.TagClassName
{
border-color: #313D10;
}
</style>