Shades of Turtle Green #315204
Tints of Turtle Green #315204
RGB
CMYK
RGB Variations
Color information
#315204 (or 0x315204) is known color: Turtle Green. HEX triplet: 31, 52 and 04. RGB value is (49,82,4). Sum of RGB (Red+Green+Blue) = 49+82+4=135 (17% of max value = 765). Red value is 49 (19.53% from 255 or 36.30% from 135); Green value is 82 (32.42% from 255 or 60.74% from 135); Blue value is 4 (1.95% from 255 or 2.96% from 135); Max value from RGB is 82 - color contains mainly: green. Hex color #315204 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #315204 is #CEADFB. Grayscale: #3F3F3F. Windows color (decimal): -13544956 or 283185. OLE color: 283185.
HSL color Cylindrical-coordinate representation of color #315204: hue angle of 85.38º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #315204 is Cyan = 0.40, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 49 | 82 | 4 | - |
| CMYK | 0.40 | 0 | 0.95 | 0.68 |
| HSL | 85.38º | 0.91% | 0.17% | - |
| HSV(B) | 85.38º | 0.95% | 0.32% | - |
| XYZ | 4.31 | 6.7 | 1.18 | - |
| YUV | 63.24 | 94.57 | 117.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 82 | 4 | 0.40 | 0 | 0.95 | 0.68 | 85.38 | 0.91 | 0.17 |
| Hex | 31 | 52 | 4 | 28 | 0 | 5F | 44 | 55 | 5B | 11 |
| Octal | 61 | 122 | 4 | 50 | 0 | 137 | 104 | 125 | 133 | 21 |
| Binary | 110001 | 1010010 | 100 | 101000 | 0 | 1011111 | 1000100 | 1010101 | 1011011 | 10001 |
Color Harmonies of #315204
Complementary color
Monochromatic Colors of #315204
Black with #315204
Text Example
Text Example
White with #315204
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #315204; }
p { color: rgb(49,82,4); }
H1.HeaderClassName
{
color: #315204;
}
.AnyTagClassName
{
color: #315204;
}
</style>
background-color css
<style>
a { background-color: #315204; }
a { background-color: rgb(49,82,4); }
div.DivClassName
{
background-color: #315204;
}
.BgClassName
{
background-color: #315204;
}
</style>
border-color css
<style>
span { border-color: #315204; }
span { border-color: rgb(49,82,4); }
td.TdClassName
{
border-color: #315204;
}
.TagClassName
{
border-color: #315204;
}
</style>