Shades of Turtle Green #39420F
Tints of Turtle Green #39420F
RGB
CMYK
RGB Variations
Color information
#39420F (or 0x39420F) is known color: Turtle Green. HEX triplet: 39, 42 and 0F. RGB value is (57,66,15). Sum of RGB (Red+Green+Blue) = 57+66+15=138 (18% of max value = 765). Red value is 57 (22.66% from 255 or 41.30% from 138); Green value is 66 (26.17% from 255 or 47.83% from 138); Blue value is 15 (6.25% from 255 or 10.87% from 138); Max value from RGB is 66 - color contains mainly: green. Hex color #39420F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #39420F is #C6BDF0. Grayscale: #393939. Windows color (decimal): -13024753 or 999993. OLE color: 999993.
HSL color Cylindrical-coordinate representation of color #39420F: hue angle of 70.59º degrees, saturation: 0.63, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #39420F is Cyan = 0.14, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 57 | 66 | 15 | - |
| CMYK | 0.14 | 0 | 0.77 | 0.74 |
| HSL | 70.59º | 0.63% | 0.16% | - |
| HSV(B) | 70.59º | 0.77% | 0.26% | - |
| XYZ | 3.72 | 4.8 | 1.18 | - |
| YUV | 57.5 | 104.02 | 127.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 66 | 15 | 0.14 | 0 | 0.77 | 0.74 | 70.59 | 0.63 | 0.16 |
| Hex | 39 | 42 | F | E | 0 | 4D | 4A | 47 | 3F | 10 |
| Octal | 71 | 102 | 17 | 16 | 0 | 115 | 112 | 107 | 77 | 20 |
| Binary | 111001 | 1000010 | 1111 | 1110 | 0 | 1001101 | 1001010 | 1000111 | 111111 | 10000 |
Color Harmonies of #39420F
Complementary color
Monochromatic Colors of #39420F
Black with #39420F
Text Example
Text Example
White with #39420F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39420F; }
p { color: rgb(57,66,15); }
H1.HeaderClassName
{
color: #39420F;
}
.AnyTagClassName
{
color: #39420F;
}
</style>
background-color css
<style>
a { background-color: #39420F; }
a { background-color: rgb(57,66,15); }
div.DivClassName
{
background-color: #39420F;
}
.BgClassName
{
background-color: #39420F;
}
</style>
border-color css
<style>
span { border-color: #39420F; }
span { border-color: rgb(57,66,15); }
td.TdClassName
{
border-color: #39420F;
}
.TagClassName
{
border-color: #39420F;
}
</style>