Shades of Turtle Green #3A470E
Tints of Turtle Green #3A470E
RGB
CMYK
RGB Variations
Color information
#3A470E (or 0x3A470E) is known color: Turtle Green. HEX triplet: 3A, 47 and 0E. RGB value is (58,71,14). Sum of RGB (Red+Green+Blue) = 58+71+14=143 (18% of max value = 765). Red value is 58 (23.05% from 255 or 40.56% from 143); Green value is 71 (28.12% from 255 or 49.65% from 143); Blue value is 14 (5.86% from 255 or 9.79% from 143); Max value from RGB is 71 - color contains mainly: green. Hex color #3A470E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3A470E is #C5B8F1. Grayscale: #3C3C3C. Windows color (decimal): -12957938 or 935738. OLE color: 935738.
HSL color Cylindrical-coordinate representation of color #3A470E: hue angle of 73.68º degrees, saturation: 0.67, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3A470E is Cyan = 0.18, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 58 | 71 | 14 | - |
| CMYK | 0.18 | 0 | 0.80 | 0.72 |
| HSL | 73.68º | 0.67% | 0.17% | - |
| HSV(B) | 73.68º | 0.8% | 0.28% | - |
| XYZ | 4.08 | 5.44 | 1.25 | - |
| YUV | 60.62 | 101.69 | 126.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 71 | 14 | 0.18 | 0 | 0.80 | 0.72 | 73.68 | 0.67 | 0.17 |
| Hex | 3A | 47 | E | 12 | 0 | 50 | 48 | 4A | 43 | 11 |
| Octal | 72 | 107 | 16 | 22 | 0 | 120 | 110 | 112 | 103 | 21 |
| Binary | 111010 | 1000111 | 1110 | 10010 | 0 | 1010000 | 1001000 | 1001010 | 1000011 | 10001 |
Color Harmonies of #3A470E
Complementary color
Monochromatic Colors of #3A470E
Black with #3A470E
Text Example
Text Example
White with #3A470E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A470E; }
p { color: rgb(58,71,14); }
H1.HeaderClassName
{
color: #3A470E;
}
.AnyTagClassName
{
color: #3A470E;
}
</style>
background-color css
<style>
a { background-color: #3A470E; }
a { background-color: rgb(58,71,14); }
div.DivClassName
{
background-color: #3A470E;
}
.BgClassName
{
background-color: #3A470E;
}
</style>
border-color css
<style>
span { border-color: #3A470E; }
span { border-color: rgb(58,71,14); }
td.TdClassName
{
border-color: #3A470E;
}
.TagClassName
{
border-color: #3A470E;
}
</style>