Shades of Turtle Green #394816
Tints of Turtle Green #394816
RGB
CMYK
RGB Variations
Color information
#394816 (or 0x394816) is known color: Turtle Green. HEX triplet: 39, 48 and 16. RGB value is (57,72,22). Sum of RGB (Red+Green+Blue) = 57+72+22=151 (20% of max value = 765). Red value is 57 (22.66% from 255 or 37.75% from 151); Green value is 72 (28.52% from 255 or 47.68% from 151); Blue value is 22 (8.98% from 255 or 14.57% from 151); Max value from RGB is 72 - color contains mainly: green. Hex color #394816 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #394816 is #C6B7E9. Grayscale: #3E3E3E. Windows color (decimal): -13023210 or 1460281. OLE color: 1460281.
HSL color Cylindrical-coordinate representation of color #394816: hue angle of 78º degrees, saturation: 0.53, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #394816 is Cyan = 0.21, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 57 | 72 | 22 | - |
| CMYK | 0.21 | 0 | 0.69 | 0.72 |
| HSL | 78º | 0.53% | 0.18% | - |
| HSV(B) | 78º | 0.69% | 0.28% | - |
| XYZ | 4.15 | 5.56 | 1.61 | - |
| YUV | 61.82 | 105.53 | 124.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 72 | 22 | 0.21 | 0 | 0.69 | 0.72 | 78 | 0.53 | 0.18 |
| Hex | 39 | 48 | 16 | 15 | 0 | 45 | 48 | 4E | 35 | 12 |
| Octal | 71 | 110 | 26 | 25 | 0 | 105 | 110 | 116 | 65 | 22 |
| Binary | 111001 | 1001000 | 10110 | 10101 | 0 | 1000101 | 1001000 | 1001110 | 110101 | 10010 |
Color Harmonies of #394816
Complementary color
Monochromatic Colors of #394816
Black with #394816
Text Example
Text Example
White with #394816
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #394816; }
p { color: rgb(57,72,22); }
H1.HeaderClassName
{
color: #394816;
}
.AnyTagClassName
{
color: #394816;
}
</style>
background-color css
<style>
a { background-color: #394816; }
a { background-color: rgb(57,72,22); }
div.DivClassName
{
background-color: #394816;
}
.BgClassName
{
background-color: #394816;
}
</style>
border-color css
<style>
span { border-color: #394816; }
span { border-color: rgb(57,72,22); }
td.TdClassName
{
border-color: #394816;
}
.TagClassName
{
border-color: #394816;
}
</style>