Shades of Turtle Green #315307
Tints of Turtle Green #315307
RGB
CMYK
RGB Variations
Color information
#315307 (or 0x315307) is known color: Turtle Green. HEX triplet: 31, 53 and 07. RGB value is (49,83,7). Sum of RGB (Red+Green+Blue) = 49+83+7=139 (18% of max value = 765). Red value is 49 (19.53% from 255 or 35.25% from 139); Green value is 83 (32.81% from 255 or 59.71% from 139); Blue value is 7 (3.12% from 255 or 5.04% from 139); Max value from RGB is 83 - color contains mainly: green. Hex color #315307 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #315307 is #CEACF8. Grayscale: #404040. Windows color (decimal): -13544697 or 480049. OLE color: 480049.
HSL color Cylindrical-coordinate representation of color #315307: hue angle of 86.84º degrees, saturation: 0.84, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #315307 is Cyan = 0.41, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 49 | 83 | 7 | - |
| CMYK | 0.41 | 0 | 0.92 | 0.67 |
| HSL | 86.84º | 0.84% | 0.18% | - |
| HSV(B) | 86.84º | 0.92% | 0.33% | - |
| XYZ | 4.4 | 6.85 | 1.29 | - |
| YUV | 64.17 | 95.74 | 117.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 83 | 7 | 0.41 | 0 | 0.92 | 0.67 | 86.84 | 0.84 | 0.18 |
| Hex | 31 | 53 | 7 | 29 | 0 | 5C | 43 | 57 | 54 | 12 |
| Octal | 61 | 123 | 7 | 51 | 0 | 134 | 103 | 127 | 124 | 22 |
| Binary | 110001 | 1010011 | 111 | 101001 | 0 | 1011100 | 1000011 | 1010111 | 1010100 | 10010 |
Color Harmonies of #315307
Complementary color
Monochromatic Colors of #315307
Black with #315307
Text Example
Text Example
White with #315307
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #315307; }
p { color: rgb(49,83,7); }
H1.HeaderClassName
{
color: #315307;
}
.AnyTagClassName
{
color: #315307;
}
</style>
background-color css
<style>
a { background-color: #315307; }
a { background-color: rgb(49,83,7); }
div.DivClassName
{
background-color: #315307;
}
.BgClassName
{
background-color: #315307;
}
</style>
border-color css
<style>
span { border-color: #315307; }
span { border-color: rgb(49,83,7); }
td.TdClassName
{
border-color: #315307;
}
.TagClassName
{
border-color: #315307;
}
</style>