Shades of Turtle Green #315105
Tints of Turtle Green #315105
RGB
CMYK
RGB Variations
Color information
#315105 (or 0x315105) is known color: Turtle Green. HEX triplet: 31, 51 and 05. RGB value is (49,81,5). Sum of RGB (Red+Green+Blue) = 49+81+5=135 (17% of max value = 765). Red value is 49 (19.53% from 255 or 36.30% from 135); Green value is 81 (32.03% from 255 or 60% from 135); Blue value is 5 (2.34% from 255 or 3.70% from 135); Max value from RGB is 81 - color contains mainly: green. Hex color #315105 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #315105 is #CEAEFA. Grayscale: #3F3F3F. Windows color (decimal): -13545211 or 348465. OLE color: 348465.
HSL color Cylindrical-coordinate representation of color #315105: hue angle of 85.26º degrees, saturation: 0.88, 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 #315105 is Cyan = 0.40, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 49 | 81 | 5 | - |
| CMYK | 0.40 | 0 | 0.94 | 0.68 |
| HSL | 85.26º | 0.88% | 0.17% | - |
| HSV(B) | 85.26º | 0.94% | 0.32% | - |
| XYZ | 4.24 | 6.55 | 1.18 | - |
| YUV | 62.77 | 95.4 | 118.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 81 | 5 | 0.40 | 0 | 0.94 | 0.68 | 85.26 | 0.88 | 0.17 |
| Hex | 31 | 51 | 5 | 28 | 0 | 5E | 44 | 55 | 58 | 11 |
| Octal | 61 | 121 | 5 | 50 | 0 | 136 | 104 | 125 | 130 | 21 |
| Binary | 110001 | 1010001 | 101 | 101000 | 0 | 1011110 | 1000100 | 1010101 | 1011000 | 10001 |
Color Harmonies of #315105
Complementary color
Monochromatic Colors of #315105
Black with #315105
Text Example
Text Example
White with #315105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #315105; }
p { color: rgb(49,81,5); }
H1.HeaderClassName
{
color: #315105;
}
.AnyTagClassName
{
color: #315105;
}
</style>
background-color css
<style>
a { background-color: #315105; }
a { background-color: rgb(49,81,5); }
div.DivClassName
{
background-color: #315105;
}
.BgClassName
{
background-color: #315105;
}
</style>
border-color css
<style>
span { border-color: #315105; }
span { border-color: rgb(49,81,5); }
td.TdClassName
{
border-color: #315105;
}
.TagClassName
{
border-color: #315105;
}
</style>