Shades of Turtle Green #315507
Tints of Turtle Green #315507
RGB
CMYK
RGB Variations
Color information
#315507 (or 0x315507) is known color: Turtle Green. HEX triplet: 31, 55 and 07. RGB value is (49,85,7). Sum of RGB (Red+Green+Blue) = 49+85+7=141 (18% of max value = 765). Red value is 49 (19.53% from 255 or 34.75% from 141); Green value is 85 (33.59% from 255 or 60.28% from 141); Blue value is 7 (3.12% from 255 or 4.96% from 141); Max value from RGB is 85 - color contains mainly: green. Hex color #315507 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #315507 is #CEAAF8. Grayscale: #414141. Windows color (decimal): -13544185 or 480561. OLE color: 480561.
HSL color Cylindrical-coordinate representation of color #315507: hue angle of 87.69º degrees, saturation: 0.85, 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 #315507 is Cyan = 0.42, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 49 | 85 | 7 | - |
| CMYK | 0.42 | 0 | 0.92 | 0.67 |
| HSL | 87.69º | 0.85% | 0.18% | - |
| HSV(B) | 87.69º | 0.92% | 0.33% | - |
| XYZ | 4.55 | 7.17 | 1.34 | - |
| YUV | 65.34 | 95.07 | 116.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 85 | 7 | 0.42 | 0 | 0.92 | 0.67 | 87.69 | 0.85 | 0.18 |
| Hex | 31 | 55 | 7 | 2A | 0 | 5C | 43 | 58 | 55 | 12 |
| Octal | 61 | 125 | 7 | 52 | 0 | 134 | 103 | 130 | 125 | 22 |
| Binary | 110001 | 1010101 | 111 | 101010 | 0 | 1011100 | 1000011 | 1011000 | 1010101 | 10010 |
Color Harmonies of #315507
Complementary color
Monochromatic Colors of #315507
Black with #315507
Text Example
Text Example
White with #315507
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #315507; }
p { color: rgb(49,85,7); }
H1.HeaderClassName
{
color: #315507;
}
.AnyTagClassName
{
color: #315507;
}
</style>
background-color css
<style>
a { background-color: #315507; }
a { background-color: rgb(49,85,7); }
div.DivClassName
{
background-color: #315507;
}
.BgClassName
{
background-color: #315507;
}
</style>
border-color css
<style>
span { border-color: #315507; }
span { border-color: rgb(49,85,7); }
td.TdClassName
{
border-color: #315507;
}
.TagClassName
{
border-color: #315507;
}
</style>