Shades of Turtle Green #39401A
Tints of Turtle Green #39401A
RGB
CMYK
RGB Variations
Color information
#39401A (or 0x39401A) is known color: Turtle Green. HEX triplet: 39, 40 and 1A. RGB value is (57,64,26). Sum of RGB (Red+Green+Blue) = 57+64+26=147 (19% of max value = 765). Red value is 57 (22.66% from 255 or 38.78% from 147); Green value is 64 (25.39% from 255 or 43.54% from 147); Blue value is 26 (10.55% from 255 or 17.69% from 147); Max value from RGB is 64 - color contains mainly: green. Hex color #39401A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #39401A is #C6BFE5. Grayscale: #393939. Windows color (decimal): -13025254 or 1720377. OLE color: 1720377.
HSL color Cylindrical-coordinate representation of color #39401A: hue angle of 71.05º degrees, saturation: 0.42, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #39401A is Cyan = 0.11, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 57 | 64 | 26 | - |
| CMYK | 0.11 | 0 | 0.59 | 0.75 |
| HSL | 71.05º | 0.42% | 0.18% | - |
| HSV(B) | 71.05º | 0.59% | 0.25% | - |
| XYZ | 3.71 | 4.61 | 1.67 | - |
| YUV | 57.58 | 110.18 | 127.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 64 | 26 | 0.11 | 0 | 0.59 | 0.75 | 71.05 | 0.42 | 0.18 |
| Hex | 39 | 40 | 1A | B | 0 | 3B | 4B | 47 | 2A | 12 |
| Octal | 71 | 100 | 32 | 13 | 0 | 73 | 113 | 107 | 52 | 22 |
| Binary | 111001 | 1000000 | 11010 | 1011 | 0 | 111011 | 1001011 | 1000111 | 101010 | 10010 |
Color Harmonies of #39401A
Complementary color
Monochromatic Colors of #39401A
Black with #39401A
Text Example
Text Example
White with #39401A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39401A; }
p { color: rgb(57,64,26); }
H1.HeaderClassName
{
color: #39401A;
}
.AnyTagClassName
{
color: #39401A;
}
</style>
background-color css
<style>
a { background-color: #39401A; }
a { background-color: rgb(57,64,26); }
div.DivClassName
{
background-color: #39401A;
}
.BgClassName
{
background-color: #39401A;
}
</style>
border-color css
<style>
span { border-color: #39401A; }
span { border-color: rgb(57,64,26); }
td.TdClassName
{
border-color: #39401A;
}
.TagClassName
{
border-color: #39401A;
}
</style>