Shades of Turtle Green #393F15
Tints of Turtle Green #393F15
RGB
CMYK
RGB Variations
Color information
#393F15 (or 0x393F15) is known color: Turtle Green. HEX triplet: 39, 3F and 15. RGB value is (57,63,21). Sum of RGB (Red+Green+Blue) = 57+63+21=141 (18% of max value = 765). Red value is 57 (22.66% from 255 or 40.43% from 141); Green value is 63 (25% from 255 or 44.68% from 141); Blue value is 21 (8.59% from 255 or 14.89% from 141); Max value from RGB is 63 - color contains mainly: green. Hex color #393F15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #393F15 is #C6C0EA. Grayscale: #383838. Windows color (decimal): -13025515 or 1392441. OLE color: 1392441.
HSL color Cylindrical-coordinate representation of color #393F15: hue angle of 68.57º degrees, saturation: 0.5, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #393F15 is Cyan = 0.10, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 57 | 63 | 21 | - |
| CMYK | 0.10 | 0 | 0.67 | 0.75 |
| HSL | 68.57º | 0.5% | 0.16% | - |
| HSV(B) | 68.57º | 0.67% | 0.25% | - |
| XYZ | 3.6 | 4.48 | 1.38 | - |
| YUV | 56.42 | 108.01 | 128.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 63 | 21 | 0.10 | 0 | 0.67 | 0.75 | 68.57 | 0.5 | 0.16 |
| Hex | 39 | 3F | 15 | A | 0 | 43 | 4B | 45 | 32 | 10 |
| Octal | 71 | 77 | 25 | 12 | 0 | 103 | 113 | 105 | 62 | 20 |
| Binary | 111001 | 111111 | 10101 | 1010 | 0 | 1000011 | 1001011 | 1000101 | 110010 | 10000 |
Color Harmonies of #393F15
Complementary color
Monochromatic Colors of #393F15
Black with #393F15
Text Example
Text Example
White with #393F15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #393F15; }
p { color: rgb(57,63,21); }
H1.HeaderClassName
{
color: #393F15;
}
.AnyTagClassName
{
color: #393F15;
}
</style>
background-color css
<style>
a { background-color: #393F15; }
a { background-color: rgb(57,63,21); }
div.DivClassName
{
background-color: #393F15;
}
.BgClassName
{
background-color: #393F15;
}
</style>
border-color css
<style>
span { border-color: #393F15; }
span { border-color: rgb(57,63,21); }
td.TdClassName
{
border-color: #393F15;
}
.TagClassName
{
border-color: #393F15;
}
</style>