Shades of Turtle Green #394916
Tints of Turtle Green #394916
RGB
CMYK
RGB Variations
Color information
#394916 (or 0x394916) is known color: Turtle Green. HEX triplet: 39, 49 and 16. RGB value is (57,73,22). Sum of RGB (Red+Green+Blue) = 57+73+22=152 (20% of max value = 765). Red value is 57 (22.66% from 255 or 37.5% from 152); Green value is 73 (28.91% from 255 or 48.03% from 152); Blue value is 22 (8.98% from 255 or 14.47% from 152); Max value from RGB is 73 - color contains mainly: green. Hex color #394916 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #394916 is #C6B6E9. Grayscale: #3E3E3E. Windows color (decimal): -13022954 or 1460537. OLE color: 1460537.
HSL color Cylindrical-coordinate representation of color #394916: hue angle of 78.82º 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 #394916 is Cyan = 0.22, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 57 | 73 | 22 | - |
| CMYK | 0.22 | 0 | 0.70 | 0.71 |
| HSL | 78.82º | 0.54% | 0.19% | - |
| HSV(B) | 78.82º | 0.7% | 0.29% | - |
| XYZ | 4.21 | 5.69 | 1.64 | - |
| YUV | 62.4 | 105.2 | 124.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 73 | 22 | 0.22 | 0 | 0.70 | 0.71 | 78.82 | 0.54 | 0.19 |
| Hex | 39 | 49 | 16 | 16 | 0 | 46 | 47 | 4F | 36 | 13 |
| Octal | 71 | 111 | 26 | 26 | 0 | 106 | 107 | 117 | 66 | 23 |
| Binary | 111001 | 1001001 | 10110 | 10110 | 0 | 1000110 | 1000111 | 1001111 | 110110 | 10011 |
Color Harmonies of #394916
Complementary color
Monochromatic Colors of #394916
Black with #394916
Text Example
Text Example
White with #394916
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #394916; }
p { color: rgb(57,73,22); }
H1.HeaderClassName
{
color: #394916;
}
.AnyTagClassName
{
color: #394916;
}
</style>
background-color css
<style>
a { background-color: #394916; }
a { background-color: rgb(57,73,22); }
div.DivClassName
{
background-color: #394916;
}
.BgClassName
{
background-color: #394916;
}
</style>
border-color css
<style>
span { border-color: #394916; }
span { border-color: rgb(57,73,22); }
td.TdClassName
{
border-color: #394916;
}
.TagClassName
{
border-color: #394916;
}
</style>