Shades of Turtle Green #394416
Tints of Turtle Green #394416
RGB
CMYK
RGB Variations
Color information
#394416 (or 0x394416) is known color: Turtle Green. HEX triplet: 39, 44 and 16. RGB value is (57,68,22). Sum of RGB (Red+Green+Blue) = 57+68+22=147 (19% of max value = 765). Red value is 57 (22.66% from 255 or 38.78% from 147); Green value is 68 (26.95% from 255 or 46.26% from 147); Blue value is 22 (8.98% from 255 or 14.97% from 147); Max value from RGB is 68 - color contains mainly: green. Hex color #394416 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #394416 is #C6BBE9. Grayscale: #3B3B3B. Windows color (decimal): -13024234 or 1459257. OLE color: 1459257.
HSL color Cylindrical-coordinate representation of color #394416: hue angle of 74.35º degrees, saturation: 0.51, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #394416 is Cyan = 0.16, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 57 | 68 | 22 | - |
| CMYK | 0.16 | 0 | 0.68 | 0.73 |
| HSL | 74.35º | 0.51% | 0.18% | - |
| HSV(B) | 74.35º | 0.68% | 0.27% | - |
| XYZ | 3.9 | 5.06 | 1.53 | - |
| YUV | 59.47 | 106.86 | 126.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 68 | 22 | 0.16 | 0 | 0.68 | 0.73 | 74.35 | 0.51 | 0.18 |
| Hex | 39 | 44 | 16 | 10 | 0 | 44 | 49 | 4A | 33 | 12 |
| Octal | 71 | 104 | 26 | 20 | 0 | 104 | 111 | 112 | 63 | 22 |
| Binary | 111001 | 1000100 | 10110 | 10000 | 0 | 1000100 | 1001001 | 1001010 | 110011 | 10010 |
Color Harmonies of #394416
Complementary color
Monochromatic Colors of #394416
Black with #394416
Text Example
Text Example
White with #394416
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #394416; }
p { color: rgb(57,68,22); }
H1.HeaderClassName
{
color: #394416;
}
.AnyTagClassName
{
color: #394416;
}
</style>
background-color css
<style>
a { background-color: #394416; }
a { background-color: rgb(57,68,22); }
div.DivClassName
{
background-color: #394416;
}
.BgClassName
{
background-color: #394416;
}
</style>
border-color css
<style>
span { border-color: #394416; }
span { border-color: rgb(57,68,22); }
td.TdClassName
{
border-color: #394416;
}
.TagClassName
{
border-color: #394416;
}
</style>