Shades of Turtle Green #313B16
Tints of Turtle Green #313B16
RGB
CMYK
RGB Variations
Color information
#313B16 (or 0x313B16) is known color: Turtle Green. HEX triplet: 31, 3B and 16. RGB value is (49,59,22). Sum of RGB (Red+Green+Blue) = 49+59+22=130 (17% of max value = 765). Red value is 49 (19.53% from 255 or 37.69% from 130); Green value is 59 (23.44% from 255 or 45.38% from 130); Blue value is 22 (8.98% from 255 or 16.92% from 130); Max value from RGB is 59 - color contains mainly: green. Hex color #313B16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #313B16 is #CEC4E9. Grayscale: #333333. Windows color (decimal): -13550826 or 1456945. OLE color: 1456945.
HSL color Cylindrical-coordinate representation of color #313B16: hue angle of 76.22º degrees, saturation: 0.46, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #313B16 is Cyan = 0.17, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 49 | 59 | 22 | - |
| CMYK | 0.17 | 0 | 0.63 | 0.77 |
| HSL | 76.22º | 0.46% | 0.16% | - |
| HSV(B) | 76.22º | 0.63% | 0.23% | - |
| XYZ | 2.98 | 3.84 | 1.34 | - |
| YUV | 51.79 | 111.19 | 126.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 59 | 22 | 0.17 | 0 | 0.63 | 0.77 | 76.22 | 0.46 | 0.16 |
| Hex | 31 | 3B | 16 | 11 | 0 | 3F | 4D | 4C | 2E | 10 |
| Octal | 61 | 73 | 26 | 21 | 0 | 77 | 115 | 114 | 56 | 20 |
| Binary | 110001 | 111011 | 10110 | 10001 | 0 | 111111 | 1001101 | 1001100 | 101110 | 10000 |
Color Harmonies of #313B16
Complementary color
Monochromatic Colors of #313B16
Black with #313B16
Text Example
Text Example
White with #313B16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #313B16; }
p { color: rgb(49,59,22); }
H1.HeaderClassName
{
color: #313B16;
}
.AnyTagClassName
{
color: #313B16;
}
</style>
background-color css
<style>
a { background-color: #313B16; }
a { background-color: rgb(49,59,22); }
div.DivClassName
{
background-color: #313B16;
}
.BgClassName
{
background-color: #313B16;
}
</style>
border-color css
<style>
span { border-color: #313B16; }
span { border-color: rgb(49,59,22); }
td.TdClassName
{
border-color: #313B16;
}
.TagClassName
{
border-color: #313B16;
}
</style>