Shades of Turtle Green #394307
Tints of Turtle Green #394307
RGB
CMYK
RGB Variations
Color information
#394307 (or 0x394307) is known color: Turtle Green. HEX triplet: 39, 43 and 07. RGB value is (57,67,7). Sum of RGB (Red+Green+Blue) = 57+67+7=131 (17% of max value = 765). Red value is 57 (22.66% from 255 or 43.51% from 131); Green value is 67 (26.56% from 255 or 51.15% from 131); Blue value is 7 (3.12% from 255 or 5.34% from 131); Max value from RGB is 67 - color contains mainly: green. Hex color #394307 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #394307 is #C6BCF8. Grayscale: #393939. Windows color (decimal): -13024505 or 475961. OLE color: 475961.
HSL color Cylindrical-coordinate representation of color #394307: hue angle of 70º degrees, saturation: 0.81, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #394307 is Cyan = 0.15, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 57 | 67 | 7 | - |
| CMYK | 0.15 | 0 | 0.90 | 0.74 |
| HSL | 70º | 0.81% | 0.15% | - |
| HSV(B) | 70º | 0.9% | 0.26% | - |
| XYZ | 3.73 | 4.9 | 0.95 | - |
| YUV | 57.17 | 99.69 | 127.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 67 | 7 | 0.15 | 0 | 0.90 | 0.74 | 70 | 0.81 | 0.15 |
| Hex | 39 | 43 | 7 | F | 0 | 5A | 4A | 46 | 51 | F |
| Octal | 71 | 103 | 7 | 17 | 0 | 132 | 112 | 106 | 121 | 17 |
| Binary | 111001 | 1000011 | 111 | 1111 | 0 | 1011010 | 1001010 | 1000110 | 1010001 | 1111 |
Color Harmonies of #394307
Complementary color
Monochromatic Colors of #394307
Black with #394307
Text Example
Text Example
White with #394307
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #394307; }
p { color: rgb(57,67,7); }
H1.HeaderClassName
{
color: #394307;
}
.AnyTagClassName
{
color: #394307;
}
</style>
background-color css
<style>
a { background-color: #394307; }
a { background-color: rgb(57,67,7); }
div.DivClassName
{
background-color: #394307;
}
.BgClassName
{
background-color: #394307;
}
</style>
border-color css
<style>
span { border-color: #394307; }
span { border-color: rgb(57,67,7); }
td.TdClassName
{
border-color: #394307;
}
.TagClassName
{
border-color: #394307;
}
</style>