Shades of Turtle Green #393A02
Tints of Turtle Green #393A02
RGB
CMYK
RGB Variations
Color information
#393A02 (or 0x393A02) is known color: Turtle Green. HEX triplet: 39, 3A and 02. RGB value is (57,58,2). Sum of RGB (Red+Green+Blue) = 57+58+2=117 (15% of max value = 765). Red value is 57 (22.66% from 255 or 48.72% from 117); Green value is 58 (23.05% from 255 or 49.57% from 117); Blue value is 2 (1.17% from 255 or 1.71% from 117); Max value from RGB is 58 - color contains mainly: green. Hex color #393A02 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #393A02 is #C6C5FD. Grayscale: #333333. Windows color (decimal): -13026814 or 145977. OLE color: 145977.
HSL color Cylindrical-coordinate representation of color #393A02: hue angle of 61.07º degrees, saturation: 0.93, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #393A02 is Cyan = 0.02, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 57 | 58 | 2 | - |
| CMYK | 0.02 | 0 | 0.97 | 0.77 |
| HSL | 61.07º | 0.93% | 0.12% | - |
| HSV(B) | 61.07º | 0.97% | 0.23% | - |
| XYZ | 3.21 | 3.9 | 0.64 | - |
| YUV | 51.32 | 100.17 | 132.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 58 | 2 | 0.02 | 0 | 0.97 | 0.77 | 61.07 | 0.93 | 0.12 |
| Hex | 39 | 3A | 2 | 2 | 0 | 61 | 4D | 3D | 5D | C |
| Octal | 71 | 72 | 2 | 2 | 0 | 141 | 115 | 75 | 135 | 14 |
| Binary | 111001 | 111010 | 10 | 10 | 0 | 1100001 | 1001101 | 111101 | 1011101 | 1100 |
Color Harmonies of #393A02
Complementary color
Monochromatic Colors of #393A02
Black with #393A02
Text Example
Text Example
White with #393A02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #393A02; }
p { color: rgb(57,58,2); }
H1.HeaderClassName
{
color: #393A02;
}
.AnyTagClassName
{
color: #393A02;
}
</style>
background-color css
<style>
a { background-color: #393A02; }
a { background-color: rgb(57,58,2); }
div.DivClassName
{
background-color: #393A02;
}
.BgClassName
{
background-color: #393A02;
}
</style>
border-color css
<style>
span { border-color: #393A02; }
span { border-color: rgb(57,58,2); }
td.TdClassName
{
border-color: #393A02;
}
.TagClassName
{
border-color: #393A02;
}
</style>