Shades of Turtle Green #394205
Tints of Turtle Green #394205
RGB
CMYK
RGB Variations
Color information
#394205 (or 0x394205) is known color: Turtle Green. HEX triplet: 39, 42 and 05. RGB value is (57,66,5). Sum of RGB (Red+Green+Blue) = 57+66+5=128 (16% of max value = 765). Red value is 57 (22.66% from 255 or 44.53% from 128); Green value is 66 (26.17% from 255 or 51.56% from 128); Blue value is 5 (2.34% from 255 or 3.91% from 128); Max value from RGB is 66 - color contains mainly: green. Hex color #394205 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #394205 is #C6BDFA. Grayscale: #383838. Windows color (decimal): -13024763 or 344633. OLE color: 344633.
HSL color Cylindrical-coordinate representation of color #394205: hue angle of 68.85º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #394205 is Cyan = 0.14, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 57 | 66 | 5 | - |
| CMYK | 0.14 | 0 | 0.92 | 0.74 |
| HSL | 68.85º | 0.86% | 0.14% | - |
| HSV(B) | 68.85º | 0.92% | 0.26% | - |
| XYZ | 3.66 | 4.78 | 0.87 | - |
| YUV | 56.36 | 99.02 | 128.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 66 | 5 | 0.14 | 0 | 0.92 | 0.74 | 68.85 | 0.86 | 0.14 |
| Hex | 39 | 42 | 5 | E | 0 | 5C | 4A | 45 | 56 | E |
| Octal | 71 | 102 | 5 | 16 | 0 | 134 | 112 | 105 | 126 | 16 |
| Binary | 111001 | 1000010 | 101 | 1110 | 0 | 1011100 | 1001010 | 1000101 | 1010110 | 1110 |
Color Harmonies of #394205
Complementary color
Monochromatic Colors of #394205
Black with #394205
Text Example
Text Example
White with #394205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #394205; }
p { color: rgb(57,66,5); }
H1.HeaderClassName
{
color: #394205;
}
.AnyTagClassName
{
color: #394205;
}
</style>
background-color css
<style>
a { background-color: #394205; }
a { background-color: rgb(57,66,5); }
div.DivClassName
{
background-color: #394205;
}
.BgClassName
{
background-color: #394205;
}
</style>
border-color css
<style>
span { border-color: #394205; }
span { border-color: rgb(57,66,5); }
td.TdClassName
{
border-color: #394205;
}
.TagClassName
{
border-color: #394205;
}
</style>