Shades of Turtle Green #394212
Tints of Turtle Green #394212
RGB
CMYK
RGB Variations
Color information
#394212 (or 0x394212) is known color: Turtle Green. HEX triplet: 39, 42 and 12. RGB value is (57,66,18). Sum of RGB (Red+Green+Blue) = 57+66+18=141 (18% of max value = 765). Red value is 57 (22.66% from 255 or 40.43% from 141); Green value is 66 (26.17% from 255 or 46.81% from 141); Blue value is 18 (7.42% from 255 or 12.77% from 141); Max value from RGB is 66 - color contains mainly: green. Hex color #394212 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #394212 is #C6BDED. Grayscale: #3A3A3A. Windows color (decimal): -13024750 or 1196601. OLE color: 1196601.
HSL color Cylindrical-coordinate representation of color #394212: hue angle of 71.25º degrees, saturation: 0.57, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #394212 is Cyan = 0.14, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 57 | 66 | 18 | - |
| CMYK | 0.14 | 0 | 0.73 | 0.74 |
| HSL | 71.25º | 0.57% | 0.16% | - |
| HSV(B) | 71.25º | 0.73% | 0.26% | - |
| XYZ | 3.74 | 4.81 | 1.3 | - |
| YUV | 57.84 | 105.52 | 127.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 66 | 18 | 0.14 | 0 | 0.73 | 0.74 | 71.25 | 0.57 | 0.16 |
| Hex | 39 | 42 | 12 | E | 0 | 49 | 4A | 47 | 39 | 10 |
| Octal | 71 | 102 | 22 | 16 | 0 | 111 | 112 | 107 | 71 | 20 |
| Binary | 111001 | 1000010 | 10010 | 1110 | 0 | 1001001 | 1001010 | 1000111 | 111001 | 10000 |
Color Harmonies of #394212
Complementary color
Monochromatic Colors of #394212
Black with #394212
Text Example
Text Example
White with #394212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #394212; }
p { color: rgb(57,66,18); }
H1.HeaderClassName
{
color: #394212;
}
.AnyTagClassName
{
color: #394212;
}
</style>
background-color css
<style>
a { background-color: #394212; }
a { background-color: rgb(57,66,18); }
div.DivClassName
{
background-color: #394212;
}
.BgClassName
{
background-color: #394212;
}
</style>
border-color css
<style>
span { border-color: #394212; }
span { border-color: rgb(57,66,18); }
td.TdClassName
{
border-color: #394212;
}
.TagClassName
{
border-color: #394212;
}
</style>