Shades of Turtle Green #393F1C
Tints of Turtle Green #393F1C
RGB
CMYK
RGB Variations
Color information
#393F1C (or 0x393F1C) is known color: Turtle Green. HEX triplet: 39, 3F and 1C. RGB value is (57,63,28). Sum of RGB (Red+Green+Blue) = 57+63+28=148 (19% of max value = 765). Red value is 57 (22.66% from 255 or 38.51% from 148); Green value is 63 (25% from 255 or 42.57% from 148); Blue value is 28 (11.33% from 255 or 18.92% from 148); Max value from RGB is 63 - color contains mainly: green. Hex color #393F1C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #393F1C is #C6C0E3. Grayscale: #393939. Windows color (decimal): -13025508 or 1851193. OLE color: 1851193.
HSL color Cylindrical-coordinate representation of color #393F1C: hue angle of 70.29º degrees, saturation: 0.38, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #393F1C is Cyan = 0.10, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 57 | 63 | 28 | - |
| CMYK | 0.10 | 0 | 0.56 | 0.75 |
| HSL | 70.29º | 0.38% | 0.18% | - |
| HSV(B) | 70.29º | 0.56% | 0.25% | - |
| XYZ | 3.67 | 4.51 | 1.78 | - |
| YUV | 57.22 | 111.51 | 127.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 63 | 28 | 0.10 | 0 | 0.56 | 0.75 | 70.29 | 0.38 | 0.18 |
| Hex | 39 | 3F | 1C | A | 0 | 38 | 4B | 46 | 26 | 12 |
| Octal | 71 | 77 | 34 | 12 | 0 | 70 | 113 | 106 | 46 | 22 |
| Binary | 111001 | 111111 | 11100 | 1010 | 0 | 111000 | 1001011 | 1000110 | 100110 | 10010 |
Color Harmonies of #393F1C
Complementary color
Monochromatic Colors of #393F1C
Black with #393F1C
Text Example
Text Example
White with #393F1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #393F1C; }
p { color: rgb(57,63,28); }
H1.HeaderClassName
{
color: #393F1C;
}
.AnyTagClassName
{
color: #393F1C;
}
</style>
background-color css
<style>
a { background-color: #393F1C; }
a { background-color: rgb(57,63,28); }
div.DivClassName
{
background-color: #393F1C;
}
.BgClassName
{
background-color: #393F1C;
}
</style>
border-color css
<style>
span { border-color: #393F1C; }
span { border-color: rgb(57,63,28); }
td.TdClassName
{
border-color: #393F1C;
}
.TagClassName
{
border-color: #393F1C;
}
</style>