Shades of Turtle Green #313D11
Tints of Turtle Green #313D11
RGB
CMYK
RGB Variations
Color information
#313D11 (or 0x313D11) is known color: Turtle Green. HEX triplet: 31, 3D and 11. RGB value is (49,61,17). Sum of RGB (Red+Green+Blue) = 49+61+17=127 (16% of max value = 765). Red value is 49 (19.53% from 255 or 38.58% from 127); Green value is 61 (24.22% from 255 or 48.03% from 127); Blue value is 17 (7.03% from 255 or 13.39% from 127); Max value from RGB is 61 - color contains mainly: green. Hex color #313D11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #313D11 is #CEC2EE. Grayscale: #343434. Windows color (decimal): -13550319 or 1129777. OLE color: 1129777.
HSL color Cylindrical-coordinate representation of color #313D11: hue angle of 76.36º degrees, saturation: 0.56, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #313D11 is Cyan = 0.20, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 49 | 61 | 17 | - |
| CMYK | 0.20 | 0 | 0.72 | 0.76 |
| HSL | 76.36º | 0.56% | 0.15% | - |
| HSV(B) | 76.36º | 0.72% | 0.24% | - |
| XYZ | 3.04 | 4.03 | 1.15 | - |
| YUV | 52.4 | 108.02 | 125.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 61 | 17 | 0.20 | 0 | 0.72 | 0.76 | 76.36 | 0.56 | 0.15 |
| Hex | 31 | 3D | 11 | 14 | 0 | 48 | 4C | 4C | 38 | F |
| Octal | 61 | 75 | 21 | 24 | 0 | 110 | 114 | 114 | 70 | 17 |
| Binary | 110001 | 111101 | 10001 | 10100 | 0 | 1001000 | 1001100 | 1001100 | 111000 | 1111 |
Color Harmonies of #313D11
Complementary color
Monochromatic Colors of #313D11
Black with #313D11
Text Example
Text Example
White with #313D11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #313D11; }
p { color: rgb(49,61,17); }
H1.HeaderClassName
{
color: #313D11;
}
.AnyTagClassName
{
color: #313D11;
}
</style>
background-color css
<style>
a { background-color: #313D11; }
a { background-color: rgb(49,61,17); }
div.DivClassName
{
background-color: #313D11;
}
.BgClassName
{
background-color: #313D11;
}
</style>
border-color css
<style>
span { border-color: #313D11; }
span { border-color: rgb(49,61,17); }
td.TdClassName
{
border-color: #313D11;
}
.TagClassName
{
border-color: #313D11;
}
</style>