Shades of Turtle Green #393F08
Tints of Turtle Green #393F08
RGB
CMYK
RGB Variations
Color information
#393F08 (or 0x393F08) is known color: Turtle Green. HEX triplet: 39, 3F and 08. RGB value is (57,63,8). Sum of RGB (Red+Green+Blue) = 57+63+8=128 (16% of max value = 765). Red value is 57 (22.66% from 255 or 44.53% from 128); Green value is 63 (25% from 255 or 49.22% from 128); Blue value is 8 (3.52% from 255 or 6.25% from 128); Max value from RGB is 63 - color contains mainly: green. Hex color #393F08 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #393F08 is #C6C0F7. Grayscale: #373737. Windows color (decimal): -13025528 or 540473. OLE color: 540473.
HSL color Cylindrical-coordinate representation of color #393F08: hue angle of 66.55º degrees, saturation: 0.77, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #393F08 is Cyan = 0.10, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 57 | 63 | 8 | - |
| CMYK | 0.10 | 0 | 0.87 | 0.75 |
| HSL | 66.55º | 0.77% | 0.14% | - |
| HSV(B) | 66.55º | 0.87% | 0.25% | - |
| XYZ | 3.51 | 4.44 | 0.9 | - |
| YUV | 54.94 | 101.51 | 129.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 63 | 8 | 0.10 | 0 | 0.87 | 0.75 | 66.55 | 0.77 | 0.14 |
| Hex | 39 | 3F | 8 | A | 0 | 57 | 4B | 43 | 4D | E |
| Octal | 71 | 77 | 10 | 12 | 0 | 127 | 113 | 103 | 115 | 16 |
| Binary | 111001 | 111111 | 1000 | 1010 | 0 | 1010111 | 1001011 | 1000011 | 1001101 | 1110 |
Color Harmonies of #393F08
Complementary color
Monochromatic Colors of #393F08
Black with #393F08
Text Example
Text Example
White with #393F08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #393F08; }
p { color: rgb(57,63,8); }
H1.HeaderClassName
{
color: #393F08;
}
.AnyTagClassName
{
color: #393F08;
}
</style>
background-color css
<style>
a { background-color: #393F08; }
a { background-color: rgb(57,63,8); }
div.DivClassName
{
background-color: #393F08;
}
.BgClassName
{
background-color: #393F08;
}
</style>
border-color css
<style>
span { border-color: #393F08; }
span { border-color: rgb(57,63,8); }
td.TdClassName
{
border-color: #393F08;
}
.TagClassName
{
border-color: #393F08;
}
</style>