Shades of Turtle Green #315109
Tints of Turtle Green #315109
RGB
CMYK
RGB Variations
Color information
#315109 (or 0x315109) is known color: Turtle Green. HEX triplet: 31, 51 and 09. RGB value is (49,81,9). Sum of RGB (Red+Green+Blue) = 49+81+9=139 (18% of max value = 765). Red value is 49 (19.53% from 255 or 35.25% from 139); Green value is 81 (32.03% from 255 or 58.27% from 139); Blue value is 9 (3.91% from 255 or 6.47% from 139); Max value from RGB is 81 - color contains mainly: green. Hex color #315109 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #315109 is #CEAEF6. Grayscale: #3F3F3F. Windows color (decimal): -13545207 or 610609. OLE color: 610609.
HSL color Cylindrical-coordinate representation of color #315109: hue angle of 86.67º degrees, saturation: 0.8, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #315109 is Cyan = 0.40, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 49 | 81 | 9 | - |
| CMYK | 0.40 | 0 | 0.89 | 0.68 |
| HSL | 86.67º | 0.8% | 0.18% | - |
| HSV(B) | 86.67º | 0.89% | 0.32% | - |
| XYZ | 4.26 | 6.56 | 1.3 | - |
| YUV | 63.22 | 97.4 | 117.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 81 | 9 | 0.40 | 0 | 0.89 | 0.68 | 86.67 | 0.8 | 0.18 |
| Hex | 31 | 51 | 9 | 28 | 0 | 59 | 44 | 57 | 50 | 12 |
| Octal | 61 | 121 | 11 | 50 | 0 | 131 | 104 | 127 | 120 | 22 |
| Binary | 110001 | 1010001 | 1001 | 101000 | 0 | 1011001 | 1000100 | 1010111 | 1010000 | 10010 |
Color Harmonies of #315109
Complementary color
Monochromatic Colors of #315109
Black with #315109
Text Example
Text Example
White with #315109
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #315109; }
p { color: rgb(49,81,9); }
H1.HeaderClassName
{
color: #315109;
}
.AnyTagClassName
{
color: #315109;
}
</style>
background-color css
<style>
a { background-color: #315109; }
a { background-color: rgb(49,81,9); }
div.DivClassName
{
background-color: #315109;
}
.BgClassName
{
background-color: #315109;
}
</style>
border-color css
<style>
span { border-color: #315109; }
span { border-color: rgb(49,81,9); }
td.TdClassName
{
border-color: #315109;
}
.TagClassName
{
border-color: #315109;
}
</style>