Shades of Turtle Green #313711
Tints of Turtle Green #313711
RGB
CMYK
RGB Variations
Color information
#313711 (or 0x313711) is known color: Turtle Green. HEX triplet: 31, 37 and 11. RGB value is (49,55,17). Sum of RGB (Red+Green+Blue) = 49+55+17=121 (16% of max value = 765). Red value is 49 (19.53% from 255 or 40.50% from 121); Green value is 55 (21.88% from 255 or 45.45% from 121); Blue value is 17 (7.03% from 255 or 14.05% from 121); Max value from RGB is 55 - color contains mainly: green. Hex color #313711 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #313711 is #CEC8EE. Grayscale: #313131. Windows color (decimal): -13551855 or 1128241. OLE color: 1128241.
HSL color Cylindrical-coordinate representation of color #313711: hue angle of 69.47º degrees, saturation: 0.53, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #313711 is Cyan = 0.11, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 49 | 55 | 17 | - |
| CMYK | 0.11 | 0 | 0.69 | 0.78 |
| HSL | 69.47º | 0.53% | 0.14% | - |
| HSV(B) | 69.47º | 0.69% | 0.22% | - |
| XYZ | 2.73 | 3.43 | 1.05 | - |
| YUV | 48.87 | 110.01 | 128.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 55 | 17 | 0.11 | 0 | 0.69 | 0.78 | 69.47 | 0.53 | 0.14 |
| Hex | 31 | 37 | 11 | B | 0 | 45 | 4E | 45 | 35 | E |
| Octal | 61 | 67 | 21 | 13 | 0 | 105 | 116 | 105 | 65 | 16 |
| Binary | 110001 | 110111 | 10001 | 1011 | 0 | 1000101 | 1001110 | 1000101 | 110101 | 1110 |
Color Harmonies of #313711
Complementary color
Monochromatic Colors of #313711
Black with #313711
Text Example
Text Example
White with #313711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #313711; }
p { color: rgb(49,55,17); }
H1.HeaderClassName
{
color: #313711;
}
.AnyTagClassName
{
color: #313711;
}
</style>
background-color css
<style>
a { background-color: #313711; }
a { background-color: rgb(49,55,17); }
div.DivClassName
{
background-color: #313711;
}
.BgClassName
{
background-color: #313711;
}
</style>
border-color css
<style>
span { border-color: #313711; }
span { border-color: rgb(49,55,17); }
td.TdClassName
{
border-color: #313711;
}
.TagClassName
{
border-color: #313711;
}
</style>