Shades of Turtle Green #39461B
Tints of Turtle Green #39461B
RGB
CMYK
RGB Variations
Color information
#39461B (or 0x39461B) is known color: Turtle Green. HEX triplet: 39, 46 and 1B. RGB value is (57,70,27). Sum of RGB (Red+Green+Blue) = 57+70+27=154 (20% of max value = 765). Red value is 57 (22.66% from 255 or 37.01% from 154); Green value is 70 (27.73% from 255 or 45.45% from 154); Blue value is 27 (10.94% from 255 or 17.53% from 154); Max value from RGB is 70 - color contains mainly: green. Hex color #39461B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #39461B is #C6B9E4. Grayscale: #3D3D3D. Windows color (decimal): -13023717 or 1787449. OLE color: 1787449.
HSL color Cylindrical-coordinate representation of color #39461B: hue angle of 78.14º degrees, saturation: 0.44, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #39461B is Cyan = 0.19, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 57 | 70 | 27 | - |
| CMYK | 0.19 | 0 | 0.61 | 0.73 |
| HSL | 78.14º | 0.44% | 0.19% | - |
| HSV(B) | 78.14º | 0.61% | 0.27% | - |
| XYZ | 4.08 | 5.33 | 1.85 | - |
| YUV | 61.21 | 108.69 | 125 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 70 | 27 | 0.19 | 0 | 0.61 | 0.73 | 78.14 | 0.44 | 0.19 |
| Hex | 39 | 46 | 1B | 13 | 0 | 3D | 49 | 4E | 2C | 13 |
| Octal | 71 | 106 | 33 | 23 | 0 | 75 | 111 | 116 | 54 | 23 |
| Binary | 111001 | 1000110 | 11011 | 10011 | 0 | 111101 | 1001001 | 1001110 | 101100 | 10011 |
Color Harmonies of #39461B
Complementary color
Monochromatic Colors of #39461B
Black with #39461B
Text Example
Text Example
White with #39461B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39461B; }
p { color: rgb(57,70,27); }
H1.HeaderClassName
{
color: #39461B;
}
.AnyTagClassName
{
color: #39461B;
}
</style>
background-color css
<style>
a { background-color: #39461B; }
a { background-color: rgb(57,70,27); }
div.DivClassName
{
background-color: #39461B;
}
.BgClassName
{
background-color: #39461B;
}
</style>
border-color css
<style>
span { border-color: #39461B; }
span { border-color: rgb(57,70,27); }
td.TdClassName
{
border-color: #39461B;
}
.TagClassName
{
border-color: #39461B;
}
</style>