Shades of Turtle Green #394915
Tints of Turtle Green #394915
RGB
CMYK
RGB Variations
Color information
#394915 (or 0x394915) is known color: Turtle Green. HEX triplet: 39, 49 and 15. RGB value is (57,73,21). Sum of RGB (Red+Green+Blue) = 57+73+21=151 (20% of max value = 765). Red value is 57 (22.66% from 255 or 37.75% from 151); Green value is 73 (28.91% from 255 or 48.34% from 151); Blue value is 21 (8.59% from 255 or 13.91% from 151); Max value from RGB is 73 - color contains mainly: green. Hex color #394915 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #394915 is #C6B6EA. Grayscale: #3E3E3E. Windows color (decimal): -13022955 or 1395001. OLE color: 1395001.
HSL color Cylindrical-coordinate representation of color #394915: hue angle of 78.46º degrees, saturation: 0.55, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #394915 is Cyan = 0.22, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 57 | 73 | 21 | - |
| CMYK | 0.22 | 0 | 0.71 | 0.71 |
| HSL | 78.46º | 0.55% | 0.18% | - |
| HSV(B) | 78.46º | 0.71% | 0.29% | - |
| XYZ | 4.21 | 5.69 | 1.59 | - |
| YUV | 62.29 | 104.7 | 124.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 73 | 21 | 0.22 | 0 | 0.71 | 0.71 | 78.46 | 0.55 | 0.18 |
| Hex | 39 | 49 | 15 | 16 | 0 | 47 | 47 | 4E | 37 | 12 |
| Octal | 71 | 111 | 25 | 26 | 0 | 107 | 107 | 116 | 67 | 22 |
| Binary | 111001 | 1001001 | 10101 | 10110 | 0 | 1000111 | 1000111 | 1001110 | 110111 | 10010 |
Color Harmonies of #394915
Complementary color
Monochromatic Colors of #394915
Black with #394915
Text Example
Text Example
White with #394915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #394915; }
p { color: rgb(57,73,21); }
H1.HeaderClassName
{
color: #394915;
}
.AnyTagClassName
{
color: #394915;
}
</style>
background-color css
<style>
a { background-color: #394915; }
a { background-color: rgb(57,73,21); }
div.DivClassName
{
background-color: #394915;
}
.BgClassName
{
background-color: #394915;
}
</style>
border-color css
<style>
span { border-color: #394915; }
span { border-color: rgb(57,73,21); }
td.TdClassName
{
border-color: #394915;
}
.TagClassName
{
border-color: #394915;
}
</style>