Shades of Turtle Green #394111
Tints of Turtle Green #394111
RGB
CMYK
RGB Variations
Color information
#394111 (or 0x394111) is known color: Turtle Green. HEX triplet: 39, 41 and 11. RGB value is (57,65,17). Sum of RGB (Red+Green+Blue) = 57+65+17=139 (18% of max value = 765). Red value is 57 (22.66% from 255 or 41.01% from 139); Green value is 65 (25.78% from 255 or 46.76% from 139); Blue value is 17 (7.03% from 255 or 12.23% from 139); Max value from RGB is 65 - color contains mainly: green. Hex color #394111 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #394111 is #C6BEEE. Grayscale: #393939. Windows color (decimal): -13025007 or 1130809. OLE color: 1130809.
HSL color Cylindrical-coordinate representation of color #394111: hue angle of 70º degrees, saturation: 0.59, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #394111 is Cyan = 0.12, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 57 | 65 | 17 | - |
| CMYK | 0.12 | 0 | 0.74 | 0.75 |
| HSL | 70º | 0.59% | 0.16% | - |
| HSV(B) | 70º | 0.74% | 0.25% | - |
| XYZ | 3.68 | 4.69 | 1.24 | - |
| YUV | 57.14 | 105.35 | 127.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 65 | 17 | 0.12 | 0 | 0.74 | 0.75 | 70 | 0.59 | 0.16 |
| Hex | 39 | 41 | 11 | C | 0 | 4A | 4B | 46 | 3B | 10 |
| Octal | 71 | 101 | 21 | 14 | 0 | 112 | 113 | 106 | 73 | 20 |
| Binary | 111001 | 1000001 | 10001 | 1100 | 0 | 1001010 | 1001011 | 1000110 | 111011 | 10000 |
Color Harmonies of #394111
Complementary color
Monochromatic Colors of #394111
Black with #394111
Text Example
Text Example
White with #394111
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #394111; }
p { color: rgb(57,65,17); }
H1.HeaderClassName
{
color: #394111;
}
.AnyTagClassName
{
color: #394111;
}
</style>
background-color css
<style>
a { background-color: #394111; }
a { background-color: rgb(57,65,17); }
div.DivClassName
{
background-color: #394111;
}
.BgClassName
{
background-color: #394111;
}
</style>
border-color css
<style>
span { border-color: #394111; }
span { border-color: rgb(57,65,17); }
td.TdClassName
{
border-color: #394111;
}
.TagClassName
{
border-color: #394111;
}
</style>