Shades of Turtle Green #394909
Tints of Turtle Green #394909
RGB
CMYK
RGB Variations
Color information
#394909 (or 0x394909) is known color: Turtle Green. HEX triplet: 39, 49 and 09. RGB value is (57,73,9). Sum of RGB (Red+Green+Blue) = 57+73+9=139 (18% of max value = 765). Red value is 57 (22.66% from 255 or 41.01% from 139); Green value is 73 (28.91% from 255 or 52.52% from 139); Blue value is 9 (3.91% from 255 or 6.47% from 139); Max value from RGB is 73 - color contains mainly: green. Hex color #394909 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #394909 is #C6B6F6. Grayscale: #3D3D3D. Windows color (decimal): -13022967 or 608569. OLE color: 608569.
HSL color Cylindrical-coordinate representation of color #394909: hue angle of 75º degrees, saturation: 0.78, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #394909 is Cyan = 0.22, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 57 | 73 | 9 | - |
| CMYK | 0.22 | 0 | 0.88 | 0.71 |
| HSL | 75º | 0.78% | 0.16% | - |
| HSV(B) | 75º | 0.88% | 0.29% | - |
| XYZ | 4.12 | 5.65 | 1.13 | - |
| YUV | 60.92 | 98.7 | 125.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 73 | 9 | 0.22 | 0 | 0.88 | 0.71 | 75 | 0.78 | 0.16 |
| Hex | 39 | 49 | 9 | 16 | 0 | 58 | 47 | 4B | 4E | 10 |
| Octal | 71 | 111 | 11 | 26 | 0 | 130 | 107 | 113 | 116 | 20 |
| Binary | 111001 | 1001001 | 1001 | 10110 | 0 | 1011000 | 1000111 | 1001011 | 1001110 | 10000 |
Color Harmonies of #394909
Complementary color
Monochromatic Colors of #394909
Black with #394909
Text Example
Text Example
White with #394909
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #394909; }
p { color: rgb(57,73,9); }
H1.HeaderClassName
{
color: #394909;
}
.AnyTagClassName
{
color: #394909;
}
</style>
background-color css
<style>
a { background-color: #394909; }
a { background-color: rgb(57,73,9); }
div.DivClassName
{
background-color: #394909;
}
.BgClassName
{
background-color: #394909;
}
</style>
border-color css
<style>
span { border-color: #394909; }
span { border-color: rgb(57,73,9); }
td.TdClassName
{
border-color: #394909;
}
.TagClassName
{
border-color: #394909;
}
</style>