Shades of Turtle Green #394002
Tints of Turtle Green #394002
RGB
CMYK
RGB Variations
Color information
#394002 (or 0x394002) is known color: Turtle Green. HEX triplet: 39, 40 and 02. RGB value is (57,64,2). Sum of RGB (Red+Green+Blue) = 57+64+2=123 (16% of max value = 765). Red value is 57 (22.66% from 255 or 46.34% from 123); Green value is 64 (25.39% from 255 or 52.03% from 123); Blue value is 2 (1.17% from 255 or 1.63% from 123); Max value from RGB is 64 - color contains mainly: green. Hex color #394002 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #394002 is #C6BFFD. Grayscale: #373737. Windows color (decimal): -13025278 or 147513. OLE color: 147513.
HSL color Cylindrical-coordinate representation of color #394002: hue angle of 66.77º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #394002 is Cyan = 0.11, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 57 | 64 | 2 | - |
| CMYK | 0.11 | 0 | 0.97 | 0.75 |
| HSL | 66.77º | 0.94% | 0.13% | - |
| HSV(B) | 66.77º | 0.97% | 0.25% | - |
| XYZ | 3.53 | 4.54 | 0.75 | - |
| YUV | 54.84 | 98.18 | 129.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 64 | 2 | 0.11 | 0 | 0.97 | 0.75 | 66.77 | 0.94 | 0.13 |
| Hex | 39 | 40 | 2 | B | 0 | 61 | 4B | 43 | 5E | D |
| Octal | 71 | 100 | 2 | 13 | 0 | 141 | 113 | 103 | 136 | 15 |
| Binary | 111001 | 1000000 | 10 | 1011 | 0 | 1100001 | 1001011 | 1000011 | 1011110 | 1101 |
Color Harmonies of #394002
Complementary color
Monochromatic Colors of #394002
Black with #394002
Text Example
Text Example
White with #394002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #394002; }
p { color: rgb(57,64,2); }
H1.HeaderClassName
{
color: #394002;
}
.AnyTagClassName
{
color: #394002;
}
</style>
background-color css
<style>
a { background-color: #394002; }
a { background-color: rgb(57,64,2); }
div.DivClassName
{
background-color: #394002;
}
.BgClassName
{
background-color: #394002;
}
</style>
border-color css
<style>
span { border-color: #394002; }
span { border-color: rgb(57,64,2); }
td.TdClassName
{
border-color: #394002;
}
.TagClassName
{
border-color: #394002;
}
</style>