Shades of Turtle Green #393B08
Tints of Turtle Green #393B08
RGB
CMYK
RGB Variations
Color information
#393B08 (or 0x393B08) is known color: Turtle Green. HEX triplet: 39, 3B and 08. RGB value is (57,59,8). Sum of RGB (Red+Green+Blue) = 57+59+8=124 (16% of max value = 765). Red value is 57 (22.66% from 255 or 45.97% from 124); Green value is 59 (23.44% from 255 or 47.58% from 124); Blue value is 8 (3.52% from 255 or 6.45% from 124); Max value from RGB is 59 - color contains mainly: green. Hex color #393B08 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #393B08 is #C6C4F7. Grayscale: #343434. Windows color (decimal): -13026552 or 539449. OLE color: 539449.
HSL color Cylindrical-coordinate representation of color #393B08: hue angle of 62.35º degrees, saturation: 0.76, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #393B08 is Cyan = 0.03, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 57 | 59 | 8 | - |
| CMYK | 0.03 | 0 | 0.86 | 0.77 |
| HSL | 62.35º | 0.76% | 0.13% | - |
| HSV(B) | 62.35º | 0.86% | 0.23% | - |
| XYZ | 3.3 | 4.02 | 0.83 | - |
| YUV | 52.59 | 102.84 | 131.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 59 | 8 | 0.03 | 0 | 0.86 | 0.77 | 62.35 | 0.76 | 0.13 |
| Hex | 39 | 3B | 8 | 3 | 0 | 56 | 4D | 3E | 4C | D |
| Octal | 71 | 73 | 10 | 3 | 0 | 126 | 115 | 76 | 114 | 15 |
| Binary | 111001 | 111011 | 1000 | 11 | 0 | 1010110 | 1001101 | 111110 | 1001100 | 1101 |
Color Harmonies of #393B08
Complementary color
Monochromatic Colors of #393B08
Black with #393B08
Text Example
Text Example
White with #393B08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #393B08; }
p { color: rgb(57,59,8); }
H1.HeaderClassName
{
color: #393B08;
}
.AnyTagClassName
{
color: #393B08;
}
</style>
background-color css
<style>
a { background-color: #393B08; }
a { background-color: rgb(57,59,8); }
div.DivClassName
{
background-color: #393B08;
}
.BgClassName
{
background-color: #393B08;
}
</style>
border-color css
<style>
span { border-color: #393B08; }
span { border-color: rgb(57,59,8); }
td.TdClassName
{
border-color: #393B08;
}
.TagClassName
{
border-color: #393B08;
}
</style>