Shades of Turtle Green #313718
Tints of Turtle Green #313718
RGB
CMYK
RGB Variations
Color information
#313718 (or 0x313718) is known color: Turtle Green. HEX triplet: 31, 37 and 18. RGB value is (49,55,24). Sum of RGB (Red+Green+Blue) = 49+55+24=128 (16% of max value = 765). Red value is 49 (19.53% from 255 or 38.28% from 128); Green value is 55 (21.88% from 255 or 42.97% from 128); Blue value is 24 (9.77% from 255 or 18.75% from 128); Max value from RGB is 55 - color contains mainly: green. Hex color #313718 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #313718 is #CEC8E7. Grayscale: #313131. Windows color (decimal): -13551848 or 1586993. OLE color: 1586993.
HSL color Cylindrical-coordinate representation of color #313718: hue angle of 71.61º degrees, saturation: 0.39, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #313718 is Cyan = 0.11, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 49 | 55 | 24 | - |
| CMYK | 0.11 | 0 | 0.56 | 0.78 |
| HSL | 71.61º | 0.39% | 0.15% | - |
| HSV(B) | 71.61º | 0.56% | 0.22% | - |
| XYZ | 2.8 | 3.45 | 1.38 | - |
| YUV | 49.67 | 113.51 | 127.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 55 | 24 | 0.11 | 0 | 0.56 | 0.78 | 71.61 | 0.39 | 0.15 |
| Hex | 31 | 37 | 18 | B | 0 | 38 | 4E | 48 | 27 | F |
| Octal | 61 | 67 | 30 | 13 | 0 | 70 | 116 | 110 | 47 | 17 |
| Binary | 110001 | 110111 | 11000 | 1011 | 0 | 111000 | 1001110 | 1001000 | 100111 | 1111 |
Color Harmonies of #313718
Complementary color
Monochromatic Colors of #313718
Black with #313718
Text Example
Text Example
White with #313718
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #313718; }
p { color: rgb(49,55,24); }
H1.HeaderClassName
{
color: #313718;
}
.AnyTagClassName
{
color: #313718;
}
</style>
background-color css
<style>
a { background-color: #313718; }
a { background-color: rgb(49,55,24); }
div.DivClassName
{
background-color: #313718;
}
.BgClassName
{
background-color: #313718;
}
</style>
border-color css
<style>
span { border-color: #313718; }
span { border-color: rgb(49,55,24); }
td.TdClassName
{
border-color: #313718;
}
.TagClassName
{
border-color: #313718;
}
</style>