Shades of Turtle Green #313B20
Tints of Turtle Green #313B20
RGB
CMYK
RGB Variations
Color information
#313B20 (or 0x313B20) is known color: Turtle Green. HEX triplet: 31, 3B and 20. RGB value is (49,59,32). Sum of RGB (Red+Green+Blue) = 49+59+32=140 (18% of max value = 765). Red value is 49 (19.53% from 255 or 35% from 140); Green value is 59 (23.44% from 255 or 42.14% from 140); Blue value is 32 (12.89% from 255 or 22.86% from 140); Max value from RGB is 59 - color contains mainly: green. Hex color #313B20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #313B20 is #CEC4DF. Grayscale: #353535. Windows color (decimal): -13550816 or 2112305. OLE color: 2112305.
HSL color Cylindrical-coordinate representation of color #313B20: hue angle of 82.22º degrees, saturation: 0.3, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #313B20 is Cyan = 0.17, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 49 | 59 | 32 | - |
| CMYK | 0.17 | 0 | 0.46 | 0.77 |
| HSL | 82.22º | 0.3% | 0.18% | - |
| HSV(B) | 82.22º | 0.46% | 0.23% | - |
| XYZ | 3.09 | 3.89 | 1.95 | - |
| YUV | 52.93 | 116.19 | 125.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 59 | 32 | 0.17 | 0 | 0.46 | 0.77 | 82.22 | 0.3 | 0.18 |
| Hex | 31 | 3B | 20 | 11 | 0 | 2E | 4D | 52 | 1E | 12 |
| Octal | 61 | 73 | 40 | 21 | 0 | 56 | 115 | 122 | 36 | 22 |
| Binary | 110001 | 111011 | 100000 | 10001 | 0 | 101110 | 1001101 | 1010010 | 11110 | 10010 |
Color Harmonies of #313B20
Complementary color
Monochromatic Colors of #313B20
Black with #313B20
Text Example
Text Example
White with #313B20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #313B20; }
p { color: rgb(49,59,32); }
H1.HeaderClassName
{
color: #313B20;
}
.AnyTagClassName
{
color: #313B20;
}
</style>
background-color css
<style>
a { background-color: #313B20; }
a { background-color: rgb(49,59,32); }
div.DivClassName
{
background-color: #313B20;
}
.BgClassName
{
background-color: #313B20;
}
</style>
border-color css
<style>
span { border-color: #313B20; }
span { border-color: rgb(49,59,32); }
td.TdClassName
{
border-color: #313B20;
}
.TagClassName
{
border-color: #313B20;
}
</style>