Shades of Turtle Green #394404
Tints of Turtle Green #394404
RGB
CMYK
RGB Variations
Color information
#394404 (or 0x394404) is known color: Turtle Green. HEX triplet: 39, 44 and 04. RGB value is (57,68,4). Sum of RGB (Red+Green+Blue) = 57+68+4=129 (17% of max value = 765). Red value is 57 (22.66% from 255 or 44.19% from 129); Green value is 68 (26.95% from 255 or 52.71% from 129); Blue value is 4 (1.95% from 255 or 3.10% from 129); Max value from RGB is 68 - color contains mainly: green. Hex color #394404 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #394404 is #C6BBFB. Grayscale: #393939. Windows color (decimal): -13024252 or 279609. OLE color: 279609.
HSL color Cylindrical-coordinate representation of color #394404: hue angle of 70.31º degrees, saturation: 0.89, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #394404 is Cyan = 0.16, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 57 | 68 | 4 | - |
| CMYK | 0.16 | 0 | 0.94 | 0.73 |
| HSL | 70.31º | 0.89% | 0.14% | - |
| HSV(B) | 70.31º | 0.94% | 0.27% | - |
| XYZ | 3.78 | 5.01 | 0.88 | - |
| YUV | 57.42 | 97.86 | 127.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 68 | 4 | 0.16 | 0 | 0.94 | 0.73 | 70.31 | 0.89 | 0.14 |
| Hex | 39 | 44 | 4 | 10 | 0 | 5E | 49 | 46 | 59 | E |
| Octal | 71 | 104 | 4 | 20 | 0 | 136 | 111 | 106 | 131 | 16 |
| Binary | 111001 | 1000100 | 100 | 10000 | 0 | 1011110 | 1001001 | 1000110 | 1011001 | 1110 |
Color Harmonies of #394404
Complementary color
Monochromatic Colors of #394404
Black with #394404
Text Example
Text Example
White with #394404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #394404; }
p { color: rgb(57,68,4); }
H1.HeaderClassName
{
color: #394404;
}
.AnyTagClassName
{
color: #394404;
}
</style>
background-color css
<style>
a { background-color: #394404; }
a { background-color: rgb(57,68,4); }
div.DivClassName
{
background-color: #394404;
}
.BgClassName
{
background-color: #394404;
}
</style>
border-color css
<style>
span { border-color: #394404; }
span { border-color: rgb(57,68,4); }
td.TdClassName
{
border-color: #394404;
}
.TagClassName
{
border-color: #394404;
}
</style>