Shades of Turtle Green #394120
Tints of Turtle Green #394120
RGB
CMYK
RGB Variations
Color information
#394120 (or 0x394120) is known color: Turtle Green. HEX triplet: 39, 41 and 20. RGB value is (57,65,32). Sum of RGB (Red+Green+Blue) = 57+65+32=154 (20% of max value = 765). Red value is 57 (22.66% from 255 or 37.01% from 154); Green value is 65 (25.78% from 255 or 42.21% from 154); Blue value is 32 (12.89% from 255 or 20.78% from 154); Max value from RGB is 65 - color contains mainly: green. Hex color #394120 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #394120 is #C6BEDF. Grayscale: #3A3A3A. Windows color (decimal): -13024992 or 2113849. OLE color: 2113849.
HSL color Cylindrical-coordinate representation of color #394120: hue angle of 74.55º degrees, saturation: 0.34, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #394120 is Cyan = 0.12, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 57 | 65 | 32 | - |
| CMYK | 0.12 | 0 | 0.51 | 0.75 |
| HSL | 74.55º | 0.34% | 0.19% | - |
| HSV(B) | 74.55º | 0.51% | 0.25% | - |
| XYZ | 3.84 | 4.75 | 2.08 | - |
| YUV | 58.85 | 112.85 | 126.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 65 | 32 | 0.12 | 0 | 0.51 | 0.75 | 74.55 | 0.34 | 0.19 |
| Hex | 39 | 41 | 20 | C | 0 | 33 | 4B | 4B | 22 | 13 |
| Octal | 71 | 101 | 40 | 14 | 0 | 63 | 113 | 113 | 42 | 23 |
| Binary | 111001 | 1000001 | 100000 | 1100 | 0 | 110011 | 1001011 | 1001011 | 100010 | 10011 |
Color Harmonies of #394120
Complementary color
Monochromatic Colors of #394120
Black with #394120
Text Example
Text Example
White with #394120
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #394120; }
p { color: rgb(57,65,32); }
H1.HeaderClassName
{
color: #394120;
}
.AnyTagClassName
{
color: #394120;
}
</style>
background-color css
<style>
a { background-color: #394120; }
a { background-color: rgb(57,65,32); }
div.DivClassName
{
background-color: #394120;
}
.BgClassName
{
background-color: #394120;
}
</style>
border-color css
<style>
span { border-color: #394120; }
span { border-color: rgb(57,65,32); }
td.TdClassName
{
border-color: #394120;
}
.TagClassName
{
border-color: #394120;
}
</style>