Shades of Turtle Green #393B1A
Tints of Turtle Green #393B1A
RGB
CMYK
RGB Variations
Color information
#393B1A (or 0x393B1A) is known color: Turtle Green. HEX triplet: 39, 3B and 1A. RGB value is (57,59,26). Sum of RGB (Red+Green+Blue) = 57+59+26=142 (18% of max value = 765). Red value is 57 (22.66% from 255 or 40.14% from 142); Green value is 59 (23.44% from 255 or 41.55% from 142); Blue value is 26 (10.55% from 255 or 18.31% from 142); Max value from RGB is 59 - color contains mainly: green. Hex color #393B1A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #393B1A is #C6C4E5. Grayscale: #363636. Windows color (decimal): -13026534 or 1719097. OLE color: 1719097.
HSL color Cylindrical-coordinate representation of color #393B1A: hue angle of 63.64º degrees, saturation: 0.39, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #393B1A is Cyan = 0.03, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 57 | 59 | 26 | - |
| CMYK | 0.03 | 0 | 0.56 | 0.77 |
| HSL | 63.64º | 0.39% | 0.17% | - |
| HSV(B) | 63.64º | 0.56% | 0.23% | - |
| XYZ | 3.44 | 4.07 | 1.58 | - |
| YUV | 54.64 | 111.84 | 129.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 59 | 26 | 0.03 | 0 | 0.56 | 0.77 | 63.64 | 0.39 | 0.17 |
| Hex | 39 | 3B | 1A | 3 | 0 | 38 | 4D | 40 | 27 | 11 |
| Octal | 71 | 73 | 32 | 3 | 0 | 70 | 115 | 100 | 47 | 21 |
| Binary | 111001 | 111011 | 11010 | 11 | 0 | 111000 | 1001101 | 1000000 | 100111 | 10001 |
Color Harmonies of #393B1A
Complementary color
Monochromatic Colors of #393B1A
Black with #393B1A
Text Example
Text Example
White with #393B1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #393B1A; }
p { color: rgb(57,59,26); }
H1.HeaderClassName
{
color: #393B1A;
}
.AnyTagClassName
{
color: #393B1A;
}
</style>
background-color css
<style>
a { background-color: #393B1A; }
a { background-color: rgb(57,59,26); }
div.DivClassName
{
background-color: #393B1A;
}
.BgClassName
{
background-color: #393B1A;
}
</style>
border-color css
<style>
span { border-color: #393B1A; }
span { border-color: rgb(57,59,26); }
td.TdClassName
{
border-color: #393B1A;
}
.TagClassName
{
border-color: #393B1A;
}
</style>