Shades of Turtle Green #313510
Tints of Turtle Green #313510
RGB
CMYK
RGB Variations
Color information
#313510 (or 0x313510) is known color: Turtle Green. HEX triplet: 31, 35 and 10. RGB value is (49,53,16). Sum of RGB (Red+Green+Blue) = 49+53+16=118 (15% of max value = 765). Red value is 49 (19.53% from 255 or 41.53% from 118); Green value is 53 (21.09% from 255 or 44.92% from 118); Blue value is 16 (6.64% from 255 or 13.56% from 118); Max value from RGB is 53 - color contains mainly: green. Hex color #313510 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #313510 is #CECAEF. Grayscale: #2F2F2F. Windows color (decimal): -13552368 or 1062193. OLE color: 1062193.
HSL color Cylindrical-coordinate representation of color #313510: hue angle of 66.49º degrees, saturation: 0.54, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #313510 is Cyan = 0.08, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 49 | 53 | 16 | - |
| CMYK | 0.08 | 0 | 0.70 | 0.79 |
| HSL | 66.49º | 0.54% | 0.14% | - |
| HSV(B) | 66.49º | 0.7% | 0.21% | - |
| XYZ | 2.63 | 3.24 | 0.98 | - |
| YUV | 47.59 | 110.17 | 129.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 53 | 16 | 0.08 | 0 | 0.70 | 0.79 | 66.49 | 0.54 | 0.14 |
| Hex | 31 | 35 | 10 | 8 | 0 | 46 | 4F | 42 | 36 | E |
| Octal | 61 | 65 | 20 | 10 | 0 | 106 | 117 | 102 | 66 | 16 |
| Binary | 110001 | 110101 | 10000 | 1000 | 0 | 1000110 | 1001111 | 1000010 | 110110 | 1110 |
Color Harmonies of #313510
Complementary color
Monochromatic Colors of #313510
Black with #313510
Text Example
Text Example
White with #313510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #313510; }
p { color: rgb(49,53,16); }
H1.HeaderClassName
{
color: #313510;
}
.AnyTagClassName
{
color: #313510;
}
</style>
background-color css
<style>
a { background-color: #313510; }
a { background-color: rgb(49,53,16); }
div.DivClassName
{
background-color: #313510;
}
.BgClassName
{
background-color: #313510;
}
</style>
border-color css
<style>
span { border-color: #313510; }
span { border-color: rgb(49,53,16); }
td.TdClassName
{
border-color: #313510;
}
.TagClassName
{
border-color: #313510;
}
</style>