Shades of Turtle Green #394113
Tints of Turtle Green #394113
RGB
CMYK
RGB Variations
Color information
#394113 (or 0x394113) is known color: Turtle Green. HEX triplet: 39, 41 and 13. RGB value is (57,65,19). Sum of RGB (Red+Green+Blue) = 57+65+19=141 (18% of max value = 765). Red value is 57 (22.66% from 255 or 40.43% from 141); Green value is 65 (25.78% from 255 or 46.10% from 141); Blue value is 19 (7.81% from 255 or 13.48% from 141); Max value from RGB is 65 - color contains mainly: green. Hex color #394113 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #394113 is #C6BEEC. Grayscale: #393939. Windows color (decimal): -13025005 or 1261881. OLE color: 1261881.
HSL color Cylindrical-coordinate representation of color #394113: hue angle of 70.43º degrees, saturation: 0.55, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #394113 is Cyan = 0.12, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 57 | 65 | 19 | - |
| CMYK | 0.12 | 0 | 0.71 | 0.75 |
| HSL | 70.43º | 0.55% | 0.16% | - |
| HSV(B) | 70.43º | 0.71% | 0.25% | - |
| XYZ | 3.7 | 4.7 | 1.33 | - |
| YUV | 57.36 | 106.35 | 127.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 65 | 19 | 0.12 | 0 | 0.71 | 0.75 | 70.43 | 0.55 | 0.16 |
| Hex | 39 | 41 | 13 | C | 0 | 47 | 4B | 46 | 37 | 10 |
| Octal | 71 | 101 | 23 | 14 | 0 | 107 | 113 | 106 | 67 | 20 |
| Binary | 111001 | 1000001 | 10011 | 1100 | 0 | 1000111 | 1001011 | 1000110 | 110111 | 10000 |
Color Harmonies of #394113
Complementary color
Monochromatic Colors of #394113
Black with #394113
Text Example
Text Example
White with #394113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #394113; }
p { color: rgb(57,65,19); }
H1.HeaderClassName
{
color: #394113;
}
.AnyTagClassName
{
color: #394113;
}
</style>
background-color css
<style>
a { background-color: #394113; }
a { background-color: rgb(57,65,19); }
div.DivClassName
{
background-color: #394113;
}
.BgClassName
{
background-color: #394113;
}
</style>
border-color css
<style>
span { border-color: #394113; }
span { border-color: rgb(57,65,19); }
td.TdClassName
{
border-color: #394113;
}
.TagClassName
{
border-color: #394113;
}
</style>