Shades of Turtle Green #394E15
Tints of Turtle Green #394E15
RGB
CMYK
RGB Variations
Color information
#394E15 (or 0x394E15) is known color: Turtle Green. HEX triplet: 39, 4E and 15. RGB value is (57,78,21). Sum of RGB (Red+Green+Blue) = 57+78+21=156 (20% of max value = 765). Red value is 57 (22.66% from 255 or 36.54% from 156); Green value is 78 (30.86% from 255 or 50% from 156); Blue value is 21 (8.59% from 255 or 13.46% from 156); Max value from RGB is 78 - color contains mainly: green. Hex color #394E15 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #394E15 is #C6B1EA. Grayscale: #414141. Windows color (decimal): -13021675 or 1396281. OLE color: 1396281.
HSL color Cylindrical-coordinate representation of color #394E15: hue angle of 82.11º degrees, saturation: 0.58, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #394E15 is Cyan = 0.27, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 57 | 78 | 21 | - |
| CMYK | 0.27 | 0 | 0.73 | 0.69 |
| HSL | 82.11º | 0.58% | 0.19% | - |
| HSV(B) | 82.11º | 0.73% | 0.31% | - |
| XYZ | 4.55 | 6.37 | 1.7 | - |
| YUV | 65.22 | 103.04 | 122.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 78 | 21 | 0.27 | 0 | 0.73 | 0.69 | 82.11 | 0.58 | 0.19 |
| Hex | 39 | 4E | 15 | 1B | 0 | 49 | 45 | 52 | 3A | 13 |
| Octal | 71 | 116 | 25 | 33 | 0 | 111 | 105 | 122 | 72 | 23 |
| Binary | 111001 | 1001110 | 10101 | 11011 | 0 | 1001001 | 1000101 | 1010010 | 111010 | 10011 |
Color Harmonies of #394E15
Complementary color
Monochromatic Colors of #394E15
Black with #394E15
Text Example
Text Example
White with #394E15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #394E15; }
p { color: rgb(57,78,21); }
H1.HeaderClassName
{
color: #394E15;
}
.AnyTagClassName
{
color: #394E15;
}
</style>
background-color css
<style>
a { background-color: #394E15; }
a { background-color: rgb(57,78,21); }
div.DivClassName
{
background-color: #394E15;
}
.BgClassName
{
background-color: #394E15;
}
</style>
border-color css
<style>
span { border-color: #394E15; }
span { border-color: rgb(57,78,21); }
td.TdClassName
{
border-color: #394E15;
}
.TagClassName
{
border-color: #394E15;
}
</style>