Shades of Turtle Green #394515
Tints of Turtle Green #394515
RGB
CMYK
RGB Variations
Color information
#394515 (or 0x394515) is known color: Turtle Green. HEX triplet: 39, 45 and 15. RGB value is (57,69,21). Sum of RGB (Red+Green+Blue) = 57+69+21=147 (19% of max value = 765). Red value is 57 (22.66% from 255 or 38.78% from 147); Green value is 69 (27.34% from 255 or 46.94% from 147); Blue value is 21 (8.59% from 255 or 14.29% from 147); Max value from RGB is 69 - color contains mainly: green. Hex color #394515 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #394515 is #C6BAEA. Grayscale: #3C3C3C. Windows color (decimal): -13023979 or 1393977. OLE color: 1393977.
HSL color Cylindrical-coordinate representation of color #394515: hue angle of 75º degrees, saturation: 0.53, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #394515 is Cyan = 0.17, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 57 | 69 | 21 | - |
| CMYK | 0.17 | 0 | 0.70 | 0.73 |
| HSL | 75º | 0.53% | 0.18% | - |
| HSV(B) | 75º | 0.7% | 0.27% | - |
| XYZ | 3.95 | 5.18 | 1.5 | - |
| YUV | 59.94 | 106.02 | 125.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 69 | 21 | 0.17 | 0 | 0.70 | 0.73 | 75 | 0.53 | 0.18 |
| Hex | 39 | 45 | 15 | 11 | 0 | 46 | 49 | 4B | 35 | 12 |
| Octal | 71 | 105 | 25 | 21 | 0 | 106 | 111 | 113 | 65 | 22 |
| Binary | 111001 | 1000101 | 10101 | 10001 | 0 | 1000110 | 1001001 | 1001011 | 110101 | 10010 |
Color Harmonies of #394515
Complementary color
Monochromatic Colors of #394515
Black with #394515
Text Example
Text Example
White with #394515
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #394515; }
p { color: rgb(57,69,21); }
H1.HeaderClassName
{
color: #394515;
}
.AnyTagClassName
{
color: #394515;
}
</style>
background-color css
<style>
a { background-color: #394515; }
a { background-color: rgb(57,69,21); }
div.DivClassName
{
background-color: #394515;
}
.BgClassName
{
background-color: #394515;
}
</style>
border-color css
<style>
span { border-color: #394515; }
span { border-color: rgb(57,69,21); }
td.TdClassName
{
border-color: #394515;
}
.TagClassName
{
border-color: #394515;
}
</style>