Shades of Turtle Green #394124
Tints of Turtle Green #394124
RGB
CMYK
RGB Variations
Color information
#394124 (or 0x394124) is known color: Turtle Green. HEX triplet: 39, 41 and 24. RGB value is (57,65,36). Sum of RGB (Red+Green+Blue) = 57+65+36=158 (20% of max value = 765). Red value is 57 (22.66% from 255 or 36.08% from 158); Green value is 65 (25.78% from 255 or 41.14% from 158); Blue value is 36 (14.45% from 255 or 22.78% from 158); Max value from RGB is 65 - color contains mainly: green. Hex color #394124 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #394124 is #C6BEDB. Grayscale: #3B3B3B. Windows color (decimal): -13024988 or 2375993. OLE color: 2375993.
HSL color Cylindrical-coordinate representation of color #394124: hue angle of 76.55º degrees, saturation: 0.29, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #394124 is Cyan = 0.12, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 57 | 65 | 36 | - |
| CMYK | 0.12 | 0 | 0.45 | 0.75 |
| HSL | 76.55º | 0.29% | 0.2% | - |
| HSV(B) | 76.55º | 0.45% | 0.25% | - |
| XYZ | 3.9 | 4.78 | 2.39 | - |
| YUV | 59.3 | 114.85 | 126.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 65 | 36 | 0.12 | 0 | 0.45 | 0.75 | 76.55 | 0.29 | 0.2 |
| Hex | 39 | 41 | 24 | C | 0 | 2D | 4B | 4D | 1D | 14 |
| Octal | 71 | 101 | 44 | 14 | 0 | 55 | 113 | 115 | 35 | 24 |
| Binary | 111001 | 1000001 | 100100 | 1100 | 0 | 101101 | 1001011 | 1001101 | 11101 | 10100 |
Color Harmonies of #394124
Complementary color
Monochromatic Colors of #394124
Black with #394124
Text Example
Text Example
White with #394124
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #394124; }
p { color: rgb(57,65,36); }
H1.HeaderClassName
{
color: #394124;
}
.AnyTagClassName
{
color: #394124;
}
</style>
background-color css
<style>
a { background-color: #394124; }
a { background-color: rgb(57,65,36); }
div.DivClassName
{
background-color: #394124;
}
.BgClassName
{
background-color: #394124;
}
</style>
border-color css
<style>
span { border-color: #394124; }
span { border-color: rgb(57,65,36); }
td.TdClassName
{
border-color: #394124;
}
.TagClassName
{
border-color: #394124;
}
</style>