Shades of Turtle Green #313720
Tints of Turtle Green #313720
RGB
CMYK
RGB Variations
Color information
#313720 (or 0x313720) is known color: Turtle Green. HEX triplet: 31, 37 and 20. RGB value is (49,55,32). Sum of RGB (Red+Green+Blue) = 49+55+32=136 (18% of max value = 765). Red value is 49 (19.53% from 255 or 36.03% from 136); Green value is 55 (21.88% from 255 or 40.44% from 136); Blue value is 32 (12.89% from 255 or 23.53% from 136); Max value from RGB is 55 - color contains mainly: green. Hex color #313720 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #313720 is #CEC8DF. Grayscale: #323232. Windows color (decimal): -13551840 or 2111281. OLE color: 2111281.
HSL color Cylindrical-coordinate representation of color #313720: hue angle of 75.65º degrees, saturation: 0.26, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #313720 is Cyan = 0.11, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 49 | 55 | 32 | - |
| CMYK | 0.11 | 0 | 0.42 | 0.78 |
| HSL | 75.65º | 0.26% | 0.17% | - |
| HSV(B) | 75.65º | 0.42% | 0.22% | - |
| XYZ | 2.89 | 3.49 | 1.89 | - |
| YUV | 50.58 | 117.51 | 126.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 55 | 32 | 0.11 | 0 | 0.42 | 0.78 | 75.65 | 0.26 | 0.17 |
| Hex | 31 | 37 | 20 | B | 0 | 2A | 4E | 4C | 1A | 11 |
| Octal | 61 | 67 | 40 | 13 | 0 | 52 | 116 | 114 | 32 | 21 |
| Binary | 110001 | 110111 | 100000 | 1011 | 0 | 101010 | 1001110 | 1001100 | 11010 | 10001 |
Color Harmonies of #313720
Complementary color
Monochromatic Colors of #313720
Black with #313720
Text Example
Text Example
White with #313720
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #313720; }
p { color: rgb(49,55,32); }
H1.HeaderClassName
{
color: #313720;
}
.AnyTagClassName
{
color: #313720;
}
</style>
background-color css
<style>
a { background-color: #313720; }
a { background-color: rgb(49,55,32); }
div.DivClassName
{
background-color: #313720;
}
.BgClassName
{
background-color: #313720;
}
</style>
border-color css
<style>
span { border-color: #313720; }
span { border-color: rgb(49,55,32); }
td.TdClassName
{
border-color: #313720;
}
.TagClassName
{
border-color: #313720;
}
</style>