Shades of Turtle Green #393802
Tints of Turtle Green #393802
RGB
CMYK
RGB Variations
Color information
#393802 (or 0x393802) is known color: Turtle Green. HEX triplet: 39, 38 and 02. RGB value is (57,56,2). Sum of RGB (Red+Green+Blue) = 57+56+2=115 (15% of max value = 765). Red value is 57 (22.66% from 255 or 49.57% from 115); Green value is 56 (22.27% from 255 or 48.70% from 115); Blue value is 2 (1.17% from 255 or 1.74% from 115); Max value from RGB is 57 - color contains mainly: red. Hex color #393802 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #393802 is #C6C7FD. Grayscale: #323232. Windows color (decimal): -13027326 or 145465. OLE color: 145465.
HSL color Cylindrical-coordinate representation of color #393802: hue angle of 58.91º degrees, saturation: 0.93, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #393802 is Cyan = 0, Magento = 0.02, Yellow = 0.96 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 56 | 2 | - |
| CMYK | 0 | 0.02 | 0.96 | 0.78 |
| HSL | 58.91º | 0.93% | 0.12% | - |
| HSV(B) | 58.91º | 0.96% | 0.22% | - |
| XYZ | 3.11 | 3.7 | 0.61 | - |
| YUV | 50.14 | 100.83 | 132.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 56 | 2 | 0 | 0.02 | 0.96 | 0.78 | 58.91 | 0.93 | 0.12 |
| Hex | 39 | 38 | 2 | 0 | 2 | 60 | 4E | 3B | 5D | C |
| Octal | 71 | 70 | 2 | 0 | 2 | 140 | 116 | 73 | 135 | 14 |
| Binary | 111001 | 111000 | 10 | 0 | 10 | 1100000 | 1001110 | 111011 | 1011101 | 1100 |
Color Harmonies of #393802
Complementary color
Monochromatic Colors of #393802
Black with #393802
Text Example
Text Example
White with #393802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #393802; }
p { color: rgb(57,56,2); }
H1.HeaderClassName
{
color: #393802;
}
.AnyTagClassName
{
color: #393802;
}
</style>
background-color css
<style>
a { background-color: #393802; }
a { background-color: rgb(57,56,2); }
div.DivClassName
{
background-color: #393802;
}
.BgClassName
{
background-color: #393802;
}
</style>
border-color css
<style>
span { border-color: #393802; }
span { border-color: rgb(57,56,2); }
td.TdClassName
{
border-color: #393802;
}
.TagClassName
{
border-color: #393802;
}
</style>