Shades of Turtle Green #39401E
Tints of Turtle Green #39401E
RGB
CMYK
RGB Variations
Color information
#39401E (or 0x39401E) is known color: Turtle Green. HEX triplet: 39, 40 and 1E. RGB value is (57,64,30). Sum of RGB (Red+Green+Blue) = 57+64+30=151 (20% of max value = 765). Red value is 57 (22.66% from 255 or 37.75% from 151); Green value is 64 (25.39% from 255 or 42.38% from 151); Blue value is 30 (12.11% from 255 or 19.87% from 151); Max value from RGB is 64 - color contains mainly: green. Hex color #39401E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #39401E is #C6BFE1. Grayscale: #3A3A3A. Windows color (decimal): -13025250 or 1982521. OLE color: 1982521.
HSL color Cylindrical-coordinate representation of color #39401E: hue angle of 72.35º degrees, saturation: 0.36, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #39401E is Cyan = 0.11, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 57 | 64 | 30 | - |
| CMYK | 0.11 | 0 | 0.53 | 0.75 |
| HSL | 72.35º | 0.36% | 0.18% | - |
| HSV(B) | 72.35º | 0.53% | 0.25% | - |
| XYZ | 3.76 | 4.63 | 1.92 | - |
| YUV | 58.03 | 112.18 | 127.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 64 | 30 | 0.11 | 0 | 0.53 | 0.75 | 72.35 | 0.36 | 0.18 |
| Hex | 39 | 40 | 1E | B | 0 | 35 | 4B | 48 | 24 | 12 |
| Octal | 71 | 100 | 36 | 13 | 0 | 65 | 113 | 110 | 44 | 22 |
| Binary | 111001 | 1000000 | 11110 | 1011 | 0 | 110101 | 1001011 | 1001000 | 100100 | 10010 |
Color Harmonies of #39401E
Complementary color
Monochromatic Colors of #39401E
Black with #39401E
Text Example
Text Example
White with #39401E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39401E; }
p { color: rgb(57,64,30); }
H1.HeaderClassName
{
color: #39401E;
}
.AnyTagClassName
{
color: #39401E;
}
</style>
background-color css
<style>
a { background-color: #39401E; }
a { background-color: rgb(57,64,30); }
div.DivClassName
{
background-color: #39401E;
}
.BgClassName
{
background-color: #39401E;
}
</style>
border-color css
<style>
span { border-color: #39401E; }
span { border-color: rgb(57,64,30); }
td.TdClassName
{
border-color: #39401E;
}
.TagClassName
{
border-color: #39401E;
}
</style>