Shades of Turtle Green #394D14
Tints of Turtle Green #394D14
RGB
CMYK
RGB Variations
Color information
#394D14 (or 0x394D14) is known color: Turtle Green. HEX triplet: 39, 4D and 14. RGB value is (57,77,20). Sum of RGB (Red+Green+Blue) = 57+77+20=154 (20% of max value = 765). Red value is 57 (22.66% from 255 or 37.01% from 154); Green value is 77 (30.47% from 255 or 50% from 154); Blue value is 20 (8.20% from 255 or 12.99% from 154); Max value from RGB is 77 - color contains mainly: green. Hex color #394D14 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #394D14 is #C6B2EB. Grayscale: #404040. Windows color (decimal): -13021932 or 1330489. OLE color: 1330489.
HSL color Cylindrical-coordinate representation of color #394D14: hue angle of 81.05º degrees, saturation: 0.59, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #394D14 is Cyan = 0.26, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 57 | 77 | 20 | - |
| CMYK | 0.26 | 0 | 0.74 | 0.70 |
| HSL | 81.05º | 0.59% | 0.19% | - |
| HSV(B) | 81.05º | 0.74% | 0.3% | - |
| XYZ | 4.47 | 6.23 | 1.63 | - |
| YUV | 64.52 | 102.87 | 122.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 77 | 20 | 0.26 | 0 | 0.74 | 0.70 | 81.05 | 0.59 | 0.19 |
| Hex | 39 | 4D | 14 | 1A | 0 | 4A | 46 | 51 | 3B | 13 |
| Octal | 71 | 115 | 24 | 32 | 0 | 112 | 106 | 121 | 73 | 23 |
| Binary | 111001 | 1001101 | 10100 | 11010 | 0 | 1001010 | 1000110 | 1010001 | 111011 | 10011 |
Color Harmonies of #394D14
Complementary color
Monochromatic Colors of #394D14
Black with #394D14
Text Example
Text Example
White with #394D14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #394D14; }
p { color: rgb(57,77,20); }
H1.HeaderClassName
{
color: #394D14;
}
.AnyTagClassName
{
color: #394D14;
}
</style>
background-color css
<style>
a { background-color: #394D14; }
a { background-color: rgb(57,77,20); }
div.DivClassName
{
background-color: #394D14;
}
.BgClassName
{
background-color: #394D14;
}
</style>
border-color css
<style>
span { border-color: #394D14; }
span { border-color: rgb(57,77,20); }
td.TdClassName
{
border-color: #394D14;
}
.TagClassName
{
border-color: #394D14;
}
</style>