Shades of Turtle Green #313A16
Tints of Turtle Green #313A16
RGB
CMYK
RGB Variations
Color information
#313A16 (or 0x313A16) is known color: Turtle Green. HEX triplet: 31, 3A and 16. RGB value is (49,58,22). Sum of RGB (Red+Green+Blue) = 49+58+22=129 (17% of max value = 765). Red value is 49 (19.53% from 255 or 37.98% from 129); Green value is 58 (23.05% from 255 or 44.96% from 129); Blue value is 22 (8.98% from 255 or 17.05% from 129); Max value from RGB is 58 - color contains mainly: green. Hex color #313A16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #313A16 is #CEC5E9. Grayscale: #333333. Windows color (decimal): -13551082 or 1456689. OLE color: 1456689.
HSL color Cylindrical-coordinate representation of color #313A16: hue angle of 75º degrees, saturation: 0.45, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #313A16 is Cyan = 0.16, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 49 | 58 | 22 | - |
| CMYK | 0.16 | 0 | 0.62 | 0.77 |
| HSL | 75º | 0.45% | 0.16% | - |
| HSV(B) | 75º | 0.62% | 0.23% | - |
| XYZ | 2.92 | 3.74 | 1.33 | - |
| YUV | 51.21 | 111.52 | 126.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 58 | 22 | 0.16 | 0 | 0.62 | 0.77 | 75 | 0.45 | 0.16 |
| Hex | 31 | 3A | 16 | 10 | 0 | 3E | 4D | 4B | 2D | 10 |
| Octal | 61 | 72 | 26 | 20 | 0 | 76 | 115 | 113 | 55 | 20 |
| Binary | 110001 | 111010 | 10110 | 10000 | 0 | 111110 | 1001101 | 1001011 | 101101 | 10000 |
Color Harmonies of #313A16
Complementary color
Monochromatic Colors of #313A16
Black with #313A16
Text Example
Text Example
White with #313A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #313A16; }
p { color: rgb(49,58,22); }
H1.HeaderClassName
{
color: #313A16;
}
.AnyTagClassName
{
color: #313A16;
}
</style>
background-color css
<style>
a { background-color: #313A16; }
a { background-color: rgb(49,58,22); }
div.DivClassName
{
background-color: #313A16;
}
.BgClassName
{
background-color: #313A16;
}
</style>
border-color css
<style>
span { border-color: #313A16; }
span { border-color: rgb(49,58,22); }
td.TdClassName
{
border-color: #313A16;
}
.TagClassName
{
border-color: #313A16;
}
</style>