Shades of Turtle Green #315305
Tints of Turtle Green #315305
RGB
CMYK
RGB Variations
Color information
#315305 (or 0x315305) is known color: Turtle Green. HEX triplet: 31, 53 and 05. RGB value is (49,83,5). Sum of RGB (Red+Green+Blue) = 49+83+5=137 (18% of max value = 765). Red value is 49 (19.53% from 255 or 35.77% from 137); Green value is 83 (32.81% from 255 or 60.58% from 137); Blue value is 5 (2.34% from 255 or 3.65% from 137); Max value from RGB is 83 - color contains mainly: green. Hex color #315305 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #315305 is #CEACFA. Grayscale: #404040. Windows color (decimal): -13544699 or 348977. OLE color: 348977.
HSL color Cylindrical-coordinate representation of color #315305: hue angle of 86.15º degrees, saturation: 0.89, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #315305 is Cyan = 0.41, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 49 | 83 | 5 | - |
| CMYK | 0.41 | 0 | 0.94 | 0.67 |
| HSL | 86.15º | 0.89% | 0.17% | - |
| HSV(B) | 86.15º | 0.94% | 0.33% | - |
| XYZ | 4.39 | 6.85 | 1.23 | - |
| YUV | 63.94 | 94.74 | 117.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 83 | 5 | 0.41 | 0 | 0.94 | 0.67 | 86.15 | 0.89 | 0.17 |
| Hex | 31 | 53 | 5 | 29 | 0 | 5E | 43 | 56 | 59 | 11 |
| Octal | 61 | 123 | 5 | 51 | 0 | 136 | 103 | 126 | 131 | 21 |
| Binary | 110001 | 1010011 | 101 | 101001 | 0 | 1011110 | 1000011 | 1010110 | 1011001 | 10001 |
Color Harmonies of #315305
Complementary color
Monochromatic Colors of #315305
Black with #315305
Text Example
Text Example
White with #315305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #315305; }
p { color: rgb(49,83,5); }
H1.HeaderClassName
{
color: #315305;
}
.AnyTagClassName
{
color: #315305;
}
</style>
background-color css
<style>
a { background-color: #315305; }
a { background-color: rgb(49,83,5); }
div.DivClassName
{
background-color: #315305;
}
.BgClassName
{
background-color: #315305;
}
</style>
border-color css
<style>
span { border-color: #315305; }
span { border-color: rgb(49,83,5); }
td.TdClassName
{
border-color: #315305;
}
.TagClassName
{
border-color: #315305;
}
</style>