Shades of Turtle Green #394502
Tints of Turtle Green #394502
RGB
CMYK
RGB Variations
Color information
#394502 (or 0x394502) is known color: Turtle Green. HEX triplet: 39, 45 and 02. RGB value is (57,69,2). Sum of RGB (Red+Green+Blue) = 57+69+2=128 (16% of max value = 765). Red value is 57 (22.66% from 255 or 44.53% from 128); Green value is 69 (27.34% from 255 or 53.91% from 128); Blue value is 2 (1.17% from 255 or 1.56% from 128); Max value from RGB is 69 - color contains mainly: green. Hex color #394502 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #394502 is #C6BAFD. Grayscale: #3A3A3A. Windows color (decimal): -13023998 or 148793. OLE color: 148793.
HSL color Cylindrical-coordinate representation of color #394502: hue angle of 70.75º 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 #394502 is Cyan = 0.17, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 57 | 69 | 2 | - |
| CMYK | 0.17 | 0 | 0.97 | 0.73 |
| HSL | 70.75º | 0.94% | 0.14% | - |
| HSV(B) | 70.75º | 0.97% | 0.27% | - |
| XYZ | 3.83 | 5.13 | 0.85 | - |
| YUV | 57.77 | 96.52 | 127.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 69 | 2 | 0.17 | 0 | 0.97 | 0.73 | 70.75 | 0.94 | 0.14 |
| Hex | 39 | 45 | 2 | 11 | 0 | 61 | 49 | 47 | 5E | E |
| Octal | 71 | 105 | 2 | 21 | 0 | 141 | 111 | 107 | 136 | 16 |
| Binary | 111001 | 1000101 | 10 | 10001 | 0 | 1100001 | 1001001 | 1000111 | 1011110 | 1110 |
Color Harmonies of #394502
Complementary color
Monochromatic Colors of #394502
Black with #394502
Text Example
Text Example
White with #394502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #394502; }
p { color: rgb(57,69,2); }
H1.HeaderClassName
{
color: #394502;
}
.AnyTagClassName
{
color: #394502;
}
</style>
background-color css
<style>
a { background-color: #394502; }
a { background-color: rgb(57,69,2); }
div.DivClassName
{
background-color: #394502;
}
.BgClassName
{
background-color: #394502;
}
</style>
border-color css
<style>
span { border-color: #394502; }
span { border-color: rgb(57,69,2); }
td.TdClassName
{
border-color: #394502;
}
.TagClassName
{
border-color: #394502;
}
</style>