Shades of Turtle Green #394110
Tints of Turtle Green #394110
RGB
CMYK
RGB Variations
Color information
#394110 (or 0x394110) is known color: Turtle Green. HEX triplet: 39, 41 and 10. RGB value is (57,65,16). Sum of RGB (Red+Green+Blue) = 57+65+16=138 (18% of max value = 765). Red value is 57 (22.66% from 255 or 41.30% from 138); Green value is 65 (25.78% from 255 or 47.10% from 138); Blue value is 16 (6.64% from 255 or 11.59% from 138); Max value from RGB is 65 - color contains mainly: green. Hex color #394110 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #394110 is #C6BEEF. Grayscale: #393939. Windows color (decimal): -13025008 or 1065273. OLE color: 1065273.
HSL color Cylindrical-coordinate representation of color #394110: hue angle of 69.8º degrees, saturation: 0.6, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #394110 is Cyan = 0.12, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 57 | 65 | 16 | - |
| CMYK | 0.12 | 0 | 0.75 | 0.75 |
| HSL | 69.8º | 0.6% | 0.16% | - |
| HSV(B) | 69.8º | 0.75% | 0.25% | - |
| XYZ | 3.67 | 4.69 | 1.2 | - |
| YUV | 57.02 | 104.85 | 127.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 65 | 16 | 0.12 | 0 | 0.75 | 0.75 | 69.8 | 0.6 | 0.16 |
| Hex | 39 | 41 | 10 | C | 0 | 4B | 4B | 46 | 3C | 10 |
| Octal | 71 | 101 | 20 | 14 | 0 | 113 | 113 | 106 | 74 | 20 |
| Binary | 111001 | 1000001 | 10000 | 1100 | 0 | 1001011 | 1001011 | 1000110 | 111100 | 10000 |
Color Harmonies of #394110
Complementary color
Monochromatic Colors of #394110
Black with #394110
Text Example
Text Example
White with #394110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #394110; }
p { color: rgb(57,65,16); }
H1.HeaderClassName
{
color: #394110;
}
.AnyTagClassName
{
color: #394110;
}
</style>
background-color css
<style>
a { background-color: #394110; }
a { background-color: rgb(57,65,16); }
div.DivClassName
{
background-color: #394110;
}
.BgClassName
{
background-color: #394110;
}
</style>
border-color css
<style>
span { border-color: #394110; }
span { border-color: rgb(57,65,16); }
td.TdClassName
{
border-color: #394110;
}
.TagClassName
{
border-color: #394110;
}
</style>