Shades of Turtle Green #394514
Tints of Turtle Green #394514
RGB
CMYK
RGB Variations
Color information
#394514 (or 0x394514) is known color: Turtle Green. HEX triplet: 39, 45 and 14. RGB value is (57,69,20). Sum of RGB (Red+Green+Blue) = 57+69+20=146 (19% of max value = 765). Red value is 57 (22.66% from 255 or 39.04% from 146); Green value is 69 (27.34% from 255 or 47.26% from 146); Blue value is 20 (8.20% from 255 or 13.70% from 146); Max value from RGB is 69 - color contains mainly: green. Hex color #394514 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #394514 is #C6BAEB. Grayscale: #3C3C3C. Windows color (decimal): -13023980 or 1328441. OLE color: 1328441.
HSL color Cylindrical-coordinate representation of color #394514: hue angle of 74.69º degrees, saturation: 0.55, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #394514 is Cyan = 0.17, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 57 | 69 | 20 | - |
| CMYK | 0.17 | 0 | 0.71 | 0.73 |
| HSL | 74.69º | 0.55% | 0.17% | - |
| HSV(B) | 74.69º | 0.71% | 0.27% | - |
| XYZ | 3.94 | 5.18 | 1.45 | - |
| YUV | 59.83 | 105.52 | 125.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 69 | 20 | 0.17 | 0 | 0.71 | 0.73 | 74.69 | 0.55 | 0.17 |
| Hex | 39 | 45 | 14 | 11 | 0 | 47 | 49 | 4B | 37 | 11 |
| Octal | 71 | 105 | 24 | 21 | 0 | 107 | 111 | 113 | 67 | 21 |
| Binary | 111001 | 1000101 | 10100 | 10001 | 0 | 1000111 | 1001001 | 1001011 | 110111 | 10001 |
Color Harmonies of #394514
Complementary color
Monochromatic Colors of #394514
Black with #394514
Text Example
Text Example
White with #394514
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #394514; }
p { color: rgb(57,69,20); }
H1.HeaderClassName
{
color: #394514;
}
.AnyTagClassName
{
color: #394514;
}
</style>
background-color css
<style>
a { background-color: #394514; }
a { background-color: rgb(57,69,20); }
div.DivClassName
{
background-color: #394514;
}
.BgClassName
{
background-color: #394514;
}
</style>
border-color css
<style>
span { border-color: #394514; }
span { border-color: rgb(57,69,20); }
td.TdClassName
{
border-color: #394514;
}
.TagClassName
{
border-color: #394514;
}
</style>