Shades of Turtle Green #313716
Tints of Turtle Green #313716
RGB
CMYK
RGB Variations
Color information
#313716 (or 0x313716) is known color: Turtle Green. HEX triplet: 31, 37 and 16. RGB value is (49,55,22). Sum of RGB (Red+Green+Blue) = 49+55+22=126 (16% of max value = 765). Red value is 49 (19.53% from 255 or 38.89% from 126); Green value is 55 (21.88% from 255 or 43.65% from 126); Blue value is 22 (8.98% from 255 or 17.46% from 126); Max value from RGB is 55 - color contains mainly: green. Hex color #313716 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #313716 is #CEC8E9. Grayscale: #313131. Windows color (decimal): -13551850 or 1455921. OLE color: 1455921.
HSL color Cylindrical-coordinate representation of color #313716: hue angle of 70.91º degrees, saturation: 0.43, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #313716 is Cyan = 0.11, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 49 | 55 | 22 | - |
| CMYK | 0.11 | 0 | 0.6 | 0.78 |
| HSL | 70.91º | 0.43% | 0.15% | - |
| HSV(B) | 70.91º | 0.6% | 0.22% | - |
| XYZ | 2.78 | 3.44 | 1.28 | - |
| YUV | 49.44 | 112.51 | 127.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 55 | 22 | 0.11 | 0 | 0.6 | 0.78 | 70.91 | 0.43 | 0.15 |
| Hex | 31 | 37 | 16 | B | 0 | 3C | 4E | 47 | 2B | F |
| Octal | 61 | 67 | 26 | 13 | 0 | 74 | 116 | 107 | 53 | 17 |
| Binary | 110001 | 110111 | 10110 | 1011 | 0 | 111100 | 1001110 | 1000111 | 101011 | 1111 |
Color Harmonies of #313716
Complementary color
Monochromatic Colors of #313716
Black with #313716
Text Example
Text Example
White with #313716
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #313716; }
p { color: rgb(49,55,22); }
H1.HeaderClassName
{
color: #313716;
}
.AnyTagClassName
{
color: #313716;
}
</style>
background-color css
<style>
a { background-color: #313716; }
a { background-color: rgb(49,55,22); }
div.DivClassName
{
background-color: #313716;
}
.BgClassName
{
background-color: #313716;
}
</style>
border-color css
<style>
span { border-color: #313716; }
span { border-color: rgb(49,55,22); }
td.TdClassName
{
border-color: #313716;
}
.TagClassName
{
border-color: #313716;
}
</style>