Shades of Turtle Green #3A471E
Tints of Turtle Green #3A471E
RGB
CMYK
RGB Variations
Color information
#3A471E (or 0x3A471E) is known color: Turtle Green. HEX triplet: 3A, 47 and 1E. RGB value is (58,71,30). Sum of RGB (Red+Green+Blue) = 58+71+30=159 (21% of max value = 765). Red value is 58 (23.05% from 255 or 36.48% from 159); Green value is 71 (28.12% from 255 or 44.65% from 159); Blue value is 30 (12.11% from 255 or 18.87% from 159); Max value from RGB is 71 - color contains mainly: green. Hex color #3A471E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A471E is #C5B8E1. Grayscale: #3E3E3E. Windows color (decimal): -12957922 or 1984314. OLE color: 1984314.
HSL color Cylindrical-coordinate representation of color #3A471E: hue angle of 79.02º degrees, saturation: 0.41, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3A471E is Cyan = 0.18, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 58 | 71 | 30 | - |
| CMYK | 0.18 | 0 | 0.58 | 0.72 |
| HSL | 79.02º | 0.41% | 0.2% | - |
| HSV(B) | 79.02º | 0.58% | 0.28% | - |
| XYZ | 4.23 | 5.5 | 2.07 | - |
| YUV | 62.44 | 109.69 | 124.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 71 | 30 | 0.18 | 0 | 0.58 | 0.72 | 79.02 | 0.41 | 0.2 |
| Hex | 3A | 47 | 1E | 12 | 0 | 3A | 48 | 4F | 29 | 14 |
| Octal | 72 | 107 | 36 | 22 | 0 | 72 | 110 | 117 | 51 | 24 |
| Binary | 111010 | 1000111 | 11110 | 10010 | 0 | 111010 | 1001000 | 1001111 | 101001 | 10100 |
Color Harmonies of #3A471E
Complementary color
Monochromatic Colors of #3A471E
Black with #3A471E
Text Example
Text Example
White with #3A471E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A471E; }
p { color: rgb(58,71,30); }
H1.HeaderClassName
{
color: #3A471E;
}
.AnyTagClassName
{
color: #3A471E;
}
</style>
background-color css
<style>
a { background-color: #3A471E; }
a { background-color: rgb(58,71,30); }
div.DivClassName
{
background-color: #3A471E;
}
.BgClassName
{
background-color: #3A471E;
}
</style>
border-color css
<style>
span { border-color: #3A471E; }
span { border-color: rgb(58,71,30); }
td.TdClassName
{
border-color: #3A471E;
}
.TagClassName
{
border-color: #3A471E;
}
</style>