Shades of Turtle Green #394716
Tints of Turtle Green #394716
RGB
CMYK
RGB Variations
Color information
#394716 (or 0x394716) is known color: Turtle Green. HEX triplet: 39, 47 and 16. RGB value is (57,71,22). Sum of RGB (Red+Green+Blue) = 57+71+22=150 (19% of max value = 765). Red value is 57 (22.66% from 255 or 38% from 150); Green value is 71 (28.12% from 255 or 47.33% from 150); Blue value is 22 (8.98% from 255 or 14.67% from 150); Max value from RGB is 71 - color contains mainly: green. Hex color #394716 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #394716 is #C6B8E9. Grayscale: #3D3D3D. Windows color (decimal): -13023466 or 1460025. OLE color: 1460025.
HSL color Cylindrical-coordinate representation of color #394716: hue angle of 77.14º 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 #394716 is Cyan = 0.20, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 57 | 71 | 22 | - |
| CMYK | 0.20 | 0 | 0.69 | 0.72 |
| HSL | 77.14º | 0.53% | 0.18% | - |
| HSV(B) | 77.14º | 0.69% | 0.28% | - |
| XYZ | 4.09 | 5.43 | 1.59 | - |
| YUV | 61.23 | 105.86 | 124.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 71 | 22 | 0.20 | 0 | 0.69 | 0.72 | 77.14 | 0.53 | 0.18 |
| Hex | 39 | 47 | 16 | 14 | 0 | 45 | 48 | 4D | 35 | 12 |
| Octal | 71 | 107 | 26 | 24 | 0 | 105 | 110 | 115 | 65 | 22 |
| Binary | 111001 | 1000111 | 10110 | 10100 | 0 | 1000101 | 1001000 | 1001101 | 110101 | 10010 |
Color Harmonies of #394716
Complementary color
Monochromatic Colors of #394716
Black with #394716
Text Example
Text Example
White with #394716
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #394716; }
p { color: rgb(57,71,22); }
H1.HeaderClassName
{
color: #394716;
}
.AnyTagClassName
{
color: #394716;
}
</style>
background-color css
<style>
a { background-color: #394716; }
a { background-color: rgb(57,71,22); }
div.DivClassName
{
background-color: #394716;
}
.BgClassName
{
background-color: #394716;
}
</style>
border-color css
<style>
span { border-color: #394716; }
span { border-color: rgb(57,71,22); }
td.TdClassName
{
border-color: #394716;
}
.TagClassName
{
border-color: #394716;
}
</style>