Shades of Turtle Green #313D16
Tints of Turtle Green #313D16
RGB
CMYK
RGB Variations
Color information
#313D16 (or 0x313D16) is known color: Turtle Green. HEX triplet: 31, 3D and 16. RGB value is (49,61,22). Sum of RGB (Red+Green+Blue) = 49+61+22=132 (17% of max value = 765). Red value is 49 (19.53% from 255 or 37.12% from 132); Green value is 61 (24.22% from 255 or 46.21% from 132); Blue value is 22 (8.98% from 255 or 16.67% from 132); Max value from RGB is 61 - color contains mainly: green. Hex color #313D16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #313D16 is #CEC2E9. Grayscale: #353535. Windows color (decimal): -13550314 or 1457457. OLE color: 1457457.
HSL color Cylindrical-coordinate representation of color #313D16: hue angle of 78.46º degrees, saturation: 0.47, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #313D16 is Cyan = 0.20, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 49 | 61 | 22 | - |
| CMYK | 0.20 | 0 | 0.64 | 0.76 |
| HSL | 78.46º | 0.47% | 0.16% | - |
| HSV(B) | 78.46º | 0.64% | 0.24% | - |
| XYZ | 3.08 | 4.05 | 1.38 | - |
| YUV | 52.97 | 110.52 | 125.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 61 | 22 | 0.20 | 0 | 0.64 | 0.76 | 78.46 | 0.47 | 0.16 |
| Hex | 31 | 3D | 16 | 14 | 0 | 40 | 4C | 4E | 2F | 10 |
| Octal | 61 | 75 | 26 | 24 | 0 | 100 | 114 | 116 | 57 | 20 |
| Binary | 110001 | 111101 | 10110 | 10100 | 0 | 1000000 | 1001100 | 1001110 | 101111 | 10000 |
Color Harmonies of #313D16
Complementary color
Monochromatic Colors of #313D16
Black with #313D16
Text Example
Text Example
White with #313D16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #313D16; }
p { color: rgb(49,61,22); }
H1.HeaderClassName
{
color: #313D16;
}
.AnyTagClassName
{
color: #313D16;
}
</style>
background-color css
<style>
a { background-color: #313D16; }
a { background-color: rgb(49,61,22); }
div.DivClassName
{
background-color: #313D16;
}
.BgClassName
{
background-color: #313D16;
}
</style>
border-color css
<style>
span { border-color: #313D16; }
span { border-color: rgb(49,61,22); }
td.TdClassName
{
border-color: #313D16;
}
.TagClassName
{
border-color: #313D16;
}
</style>