Shades of Turtle Green #394913
Tints of Turtle Green #394913
RGB
CMYK
RGB Variations
Color information
#394913 (or 0x394913) is known color: Turtle Green. HEX triplet: 39, 49 and 13. RGB value is (57,73,19). Sum of RGB (Red+Green+Blue) = 57+73+19=149 (19% of max value = 765). Red value is 57 (22.66% from 255 or 38.26% from 149); Green value is 73 (28.91% from 255 or 48.99% from 149); Blue value is 19 (7.81% from 255 or 12.75% from 149); Max value from RGB is 73 - color contains mainly: green. Hex color #394913 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #394913 is #C6B6EC. Grayscale: #3E3E3E. Windows color (decimal): -13022957 or 1263929. OLE color: 1263929.
HSL color Cylindrical-coordinate representation of color #394913: hue angle of 77.78º degrees, saturation: 0.59, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #394913 is Cyan = 0.22, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 57 | 73 | 19 | - |
| CMYK | 0.22 | 0 | 0.74 | 0.71 |
| HSL | 77.78º | 0.59% | 0.18% | - |
| HSV(B) | 77.78º | 0.74% | 0.29% | - |
| XYZ | 4.19 | 5.68 | 1.49 | - |
| YUV | 62.06 | 103.7 | 124.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 73 | 19 | 0.22 | 0 | 0.74 | 0.71 | 77.78 | 0.59 | 0.18 |
| Hex | 39 | 49 | 13 | 16 | 0 | 4A | 47 | 4E | 3B | 12 |
| Octal | 71 | 111 | 23 | 26 | 0 | 112 | 107 | 116 | 73 | 22 |
| Binary | 111001 | 1001001 | 10011 | 10110 | 0 | 1001010 | 1000111 | 1001110 | 111011 | 10010 |
Color Harmonies of #394913
Complementary color
Monochromatic Colors of #394913
Black with #394913
Text Example
Text Example
White with #394913
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #394913; }
p { color: rgb(57,73,19); }
H1.HeaderClassName
{
color: #394913;
}
.AnyTagClassName
{
color: #394913;
}
</style>
background-color css
<style>
a { background-color: #394913; }
a { background-color: rgb(57,73,19); }
div.DivClassName
{
background-color: #394913;
}
.BgClassName
{
background-color: #394913;
}
</style>
border-color css
<style>
span { border-color: #394913; }
span { border-color: rgb(57,73,19); }
td.TdClassName
{
border-color: #394913;
}
.TagClassName
{
border-color: #394913;
}
</style>