Shades of Turtle Green #394A16
Tints of Turtle Green #394A16
RGB
CMYK
RGB Variations
Color information
#394A16 (or 0x394A16) is known color: Turtle Green. HEX triplet: 39, 4A and 16. RGB value is (57,74,22). Sum of RGB (Red+Green+Blue) = 57+74+22=153 (20% of max value = 765). Red value is 57 (22.66% from 255 or 37.25% from 153); Green value is 74 (29.30% from 255 or 48.37% from 153); Blue value is 22 (8.98% from 255 or 14.38% from 153); Max value from RGB is 74 - color contains mainly: green. Hex color #394A16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #394A16 is #C6B5E9. Grayscale: #3F3F3F. Windows color (decimal): -13022698 or 1460793. OLE color: 1460793.
HSL color Cylindrical-coordinate representation of color #394A16: hue angle of 79.62º degrees, saturation: 0.54, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #394A16 is Cyan = 0.23, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 57 | 74 | 22 | - |
| CMYK | 0.23 | 0 | 0.70 | 0.71 |
| HSL | 79.62º | 0.54% | 0.19% | - |
| HSV(B) | 79.62º | 0.7% | 0.29% | - |
| XYZ | 4.28 | 5.83 | 1.66 | - |
| YUV | 62.99 | 104.87 | 123.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 74 | 22 | 0.23 | 0 | 0.70 | 0.71 | 79.62 | 0.54 | 0.19 |
| Hex | 39 | 4A | 16 | 17 | 0 | 46 | 47 | 50 | 36 | 13 |
| Octal | 71 | 112 | 26 | 27 | 0 | 106 | 107 | 120 | 66 | 23 |
| Binary | 111001 | 1001010 | 10110 | 10111 | 0 | 1000110 | 1000111 | 1010000 | 110110 | 10011 |
Color Harmonies of #394A16
Complementary color
Monochromatic Colors of #394A16
Black with #394A16
Text Example
Text Example
White with #394A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #394A16; }
p { color: rgb(57,74,22); }
H1.HeaderClassName
{
color: #394A16;
}
.AnyTagClassName
{
color: #394A16;
}
</style>
background-color css
<style>
a { background-color: #394A16; }
a { background-color: rgb(57,74,22); }
div.DivClassName
{
background-color: #394A16;
}
.BgClassName
{
background-color: #394A16;
}
</style>
border-color css
<style>
span { border-color: #394A16; }
span { border-color: rgb(57,74,22); }
td.TdClassName
{
border-color: #394A16;
}
.TagClassName
{
border-color: #394A16;
}
</style>