Shades of Turtle Green #313914
Tints of Turtle Green #313914
RGB
CMYK
RGB Variations
Color information
#313914 (or 0x313914) is known color: Turtle Green. HEX triplet: 31, 39 and 14. RGB value is (49,57,20). Sum of RGB (Red+Green+Blue) = 49+57+20=126 (16% of max value = 765). Red value is 49 (19.53% from 255 or 38.89% from 126); Green value is 57 (22.66% from 255 or 45.24% from 126); Blue value is 20 (8.20% from 255 or 15.87% from 126); Max value from RGB is 57 - color contains mainly: green. Hex color #313914 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #313914 is #CEC6EB. Grayscale: #323232. Windows color (decimal): -13551340 or 1325361. OLE color: 1325361.
HSL color Cylindrical-coordinate representation of color #313914: hue angle of 72.97º degrees, saturation: 0.48, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #313914 is Cyan = 0.14, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 49 | 57 | 20 | - |
| CMYK | 0.14 | 0 | 0.65 | 0.78 |
| HSL | 72.97º | 0.48% | 0.15% | - |
| HSV(B) | 72.97º | 0.65% | 0.22% | - |
| XYZ | 2.86 | 3.63 | 1.21 | - |
| YUV | 50.39 | 110.85 | 127.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 57 | 20 | 0.14 | 0 | 0.65 | 0.78 | 72.97 | 0.48 | 0.15 |
| Hex | 31 | 39 | 14 | E | 0 | 41 | 4E | 49 | 30 | F |
| Octal | 61 | 71 | 24 | 16 | 0 | 101 | 116 | 111 | 60 | 17 |
| Binary | 110001 | 111001 | 10100 | 1110 | 0 | 1000001 | 1001110 | 1001001 | 110000 | 1111 |
Color Harmonies of #313914
Complementary color
Monochromatic Colors of #313914
Black with #313914
Text Example
Text Example
White with #313914
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #313914; }
p { color: rgb(49,57,20); }
H1.HeaderClassName
{
color: #313914;
}
.AnyTagClassName
{
color: #313914;
}
</style>
background-color css
<style>
a { background-color: #313914; }
a { background-color: rgb(49,57,20); }
div.DivClassName
{
background-color: #313914;
}
.BgClassName
{
background-color: #313914;
}
</style>
border-color css
<style>
span { border-color: #313914; }
span { border-color: rgb(49,57,20); }
td.TdClassName
{
border-color: #313914;
}
.TagClassName
{
border-color: #313914;
}
</style>