Shades of Turtle Green #315205
Tints of Turtle Green #315205
RGB
CMYK
RGB Variations
Color information
#315205 (or 0x315205) is known color: Turtle Green. HEX triplet: 31, 52 and 05. RGB value is (49,82,5). Sum of RGB (Red+Green+Blue) = 49+82+5=136 (18% of max value = 765). Red value is 49 (19.53% from 255 or 36.03% from 136); Green value is 82 (32.42% from 255 or 60.29% from 136); Blue value is 5 (2.34% from 255 or 3.68% from 136); Max value from RGB is 82 - color contains mainly: green. Hex color #315205 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #315205 is #CEADFA. Grayscale: #3F3F3F. Windows color (decimal): -13544955 or 348721. OLE color: 348721.
HSL color Cylindrical-coordinate representation of color #315205: hue angle of 85.71º degrees, saturation: 0.89, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #315205 is Cyan = 0.40, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 49 | 82 | 5 | - |
| CMYK | 0.40 | 0 | 0.94 | 0.68 |
| HSL | 85.71º | 0.89% | 0.17% | - |
| HSV(B) | 85.71º | 0.94% | 0.32% | - |
| XYZ | 4.31 | 6.7 | 1.21 | - |
| YUV | 63.36 | 95.07 | 117.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 82 | 5 | 0.40 | 0 | 0.94 | 0.68 | 85.71 | 0.89 | 0.17 |
| Hex | 31 | 52 | 5 | 28 | 0 | 5E | 44 | 56 | 59 | 11 |
| Octal | 61 | 122 | 5 | 50 | 0 | 136 | 104 | 126 | 131 | 21 |
| Binary | 110001 | 1010010 | 101 | 101000 | 0 | 1011110 | 1000100 | 1010110 | 1011001 | 10001 |
Color Harmonies of #315205
Complementary color
Monochromatic Colors of #315205
Black with #315205
Text Example
Text Example
White with #315205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #315205; }
p { color: rgb(49,82,5); }
H1.HeaderClassName
{
color: #315205;
}
.AnyTagClassName
{
color: #315205;
}
</style>
background-color css
<style>
a { background-color: #315205; }
a { background-color: rgb(49,82,5); }
div.DivClassName
{
background-color: #315205;
}
.BgClassName
{
background-color: #315205;
}
</style>
border-color css
<style>
span { border-color: #315205; }
span { border-color: rgb(49,82,5); }
td.TdClassName
{
border-color: #315205;
}
.TagClassName
{
border-color: #315205;
}
</style>