Shades of Turtle Green #394806
Tints of Turtle Green #394806
RGB
CMYK
RGB Variations
Color information
#394806 (or 0x394806) is known color: Turtle Green. HEX triplet: 39, 48 and 06. RGB value is (57,72,6). Sum of RGB (Red+Green+Blue) = 57+72+6=135 (17% of max value = 765). Red value is 57 (22.66% from 255 or 42.22% from 135); Green value is 72 (28.52% from 255 or 53.33% from 135); Blue value is 6 (2.73% from 255 or 4.44% from 135); Max value from RGB is 72 - color contains mainly: green. Hex color #394806 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #394806 is #C6B7F9. Grayscale: #3C3C3C. Windows color (decimal): -13023226 or 411705. OLE color: 411705.
HSL color Cylindrical-coordinate representation of color #394806: hue angle of 73.64º degrees, saturation: 0.85, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #394806 is Cyan = 0.21, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 57 | 72 | 6 | - |
| CMYK | 0.21 | 0 | 0.92 | 0.72 |
| HSL | 73.64º | 0.85% | 0.15% | - |
| HSV(B) | 73.64º | 0.92% | 0.28% | - |
| XYZ | 4.04 | 5.52 | 1.02 | - |
| YUV | 59.99 | 97.53 | 125.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 72 | 6 | 0.21 | 0 | 0.92 | 0.72 | 73.64 | 0.85 | 0.15 |
| Hex | 39 | 48 | 6 | 15 | 0 | 5C | 48 | 4A | 55 | F |
| Octal | 71 | 110 | 6 | 25 | 0 | 134 | 110 | 112 | 125 | 17 |
| Binary | 111001 | 1001000 | 110 | 10101 | 0 | 1011100 | 1001000 | 1001010 | 1010101 | 1111 |
Color Harmonies of #394806
Complementary color
Monochromatic Colors of #394806
Black with #394806
Text Example
Text Example
White with #394806
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #394806; }
p { color: rgb(57,72,6); }
H1.HeaderClassName
{
color: #394806;
}
.AnyTagClassName
{
color: #394806;
}
</style>
background-color css
<style>
a { background-color: #394806; }
a { background-color: rgb(57,72,6); }
div.DivClassName
{
background-color: #394806;
}
.BgClassName
{
background-color: #394806;
}
</style>
border-color css
<style>
span { border-color: #394806; }
span { border-color: rgb(57,72,6); }
td.TdClassName
{
border-color: #394806;
}
.TagClassName
{
border-color: #394806;
}
</style>