Shades of Turtle Green #394602
Tints of Turtle Green #394602
RGB
CMYK
RGB Variations
Color information
#394602 (or 0x394602) is known color: Turtle Green. HEX triplet: 39, 46 and 02. RGB value is (57,70,2). Sum of RGB (Red+Green+Blue) = 57+70+2=129 (17% of max value = 765). Red value is 57 (22.66% from 255 or 44.19% from 129); Green value is 70 (27.73% from 255 or 54.26% from 129); Blue value is 2 (1.17% from 255 or 1.55% from 129); Max value from RGB is 70 - color contains mainly: green. Hex color #394602 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #394602 is #C6B9FD. Grayscale: #3A3A3A. Windows color (decimal): -13023742 or 149049. OLE color: 149049.
HSL color Cylindrical-coordinate representation of color #394602: hue angle of 71.47º degrees, saturation: 0.94, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #394602 is Cyan = 0.19, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 57 | 70 | 2 | - |
| CMYK | 0.19 | 0 | 0.97 | 0.73 |
| HSL | 71.47º | 0.94% | 0.14% | - |
| HSV(B) | 71.47º | 0.97% | 0.27% | - |
| XYZ | 3.89 | 5.25 | 0.87 | - |
| YUV | 58.36 | 96.19 | 127.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 70 | 2 | 0.19 | 0 | 0.97 | 0.73 | 71.47 | 0.94 | 0.14 |
| Hex | 39 | 46 | 2 | 13 | 0 | 61 | 49 | 47 | 5E | E |
| Octal | 71 | 106 | 2 | 23 | 0 | 141 | 111 | 107 | 136 | 16 |
| Binary | 111001 | 1000110 | 10 | 10011 | 0 | 1100001 | 1001001 | 1000111 | 1011110 | 1110 |
Color Harmonies of #394602
Complementary color
Monochromatic Colors of #394602
Black with #394602
Text Example
Text Example
White with #394602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #394602; }
p { color: rgb(57,70,2); }
H1.HeaderClassName
{
color: #394602;
}
.AnyTagClassName
{
color: #394602;
}
</style>
background-color css
<style>
a { background-color: #394602; }
a { background-color: rgb(57,70,2); }
div.DivClassName
{
background-color: #394602;
}
.BgClassName
{
background-color: #394602;
}
</style>
border-color css
<style>
span { border-color: #394602; }
span { border-color: rgb(57,70,2); }
td.TdClassName
{
border-color: #394602;
}
.TagClassName
{
border-color: #394602;
}
</style>