Shades of Turtle Green #315609
Tints of Turtle Green #315609
RGB
CMYK
RGB Variations
Color information
#315609 (or 0x315609) is known color: Turtle Green. HEX triplet: 31, 56 and 09. RGB value is (49,86,9). Sum of RGB (Red+Green+Blue) = 49+86+9=144 (19% of max value = 765). Red value is 49 (19.53% from 255 or 34.03% from 144); Green value is 86 (33.98% from 255 or 59.72% from 144); Blue value is 9 (3.91% from 255 or 6.25% from 144); Max value from RGB is 86 - color contains mainly: green. Hex color #315609 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #315609 is #CEA9F6. Grayscale: #424242. Windows color (decimal): -13543927 or 611889. OLE color: 611889.
HSL color Cylindrical-coordinate representation of color #315609: hue angle of 88.83º degrees, saturation: 0.81, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #315609 is Cyan = 0.43, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 49 | 86 | 9 | - |
| CMYK | 0.43 | 0 | 0.90 | 0.66 |
| HSL | 88.83º | 0.81% | 0.19% | - |
| HSV(B) | 88.83º | 0.9% | 0.34% | - |
| XYZ | 4.64 | 7.33 | 1.43 | - |
| YUV | 66.16 | 95.74 | 115.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 86 | 9 | 0.43 | 0 | 0.90 | 0.66 | 88.83 | 0.81 | 0.19 |
| Hex | 31 | 56 | 9 | 2B | 0 | 5A | 42 | 59 | 51 | 13 |
| Octal | 61 | 126 | 11 | 53 | 0 | 132 | 102 | 131 | 121 | 23 |
| Binary | 110001 | 1010110 | 1001 | 101011 | 0 | 1011010 | 1000010 | 1011001 | 1010001 | 10011 |
Color Harmonies of #315609
Complementary color
Monochromatic Colors of #315609
Black with #315609
Text Example
Text Example
White with #315609
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #315609; }
p { color: rgb(49,86,9); }
H1.HeaderClassName
{
color: #315609;
}
.AnyTagClassName
{
color: #315609;
}
</style>
background-color css
<style>
a { background-color: #315609; }
a { background-color: rgb(49,86,9); }
div.DivClassName
{
background-color: #315609;
}
.BgClassName
{
background-color: #315609;
}
</style>
border-color css
<style>
span { border-color: #315609; }
span { border-color: rgb(49,86,9); }
td.TdClassName
{
border-color: #315609;
}
.TagClassName
{
border-color: #315609;
}
</style>