Shades of Turtle Green #3A471F
Tints of Turtle Green #3A471F
RGB
CMYK
RGB Variations
Color information
#3A471F (or 0x3A471F) is known color: Turtle Green. HEX triplet: 3A, 47 and 1F. RGB value is (58,71,31). Sum of RGB (Red+Green+Blue) = 58+71+31=160 (21% of max value = 765). Red value is 58 (23.05% from 255 or 36.25% from 160); Green value is 71 (28.12% from 255 or 44.38% from 160); Blue value is 31 (12.5% from 255 or 19.38% from 160); Max value from RGB is 71 - color contains mainly: green. Hex color #3A471F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A471F is #C5B8E0. Grayscale: #3E3E3E. Windows color (decimal): -12957921 or 2049850. OLE color: 2049850.
HSL color Cylindrical-coordinate representation of color #3A471F: hue angle of 79.5º degrees, saturation: 0.39, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3A471F is Cyan = 0.18, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 58 | 71 | 31 | - |
| CMYK | 0.18 | 0 | 0.56 | 0.72 |
| HSL | 79.5º | 0.39% | 0.2% | - |
| HSV(B) | 79.5º | 0.56% | 0.28% | - |
| XYZ | 4.25 | 5.5 | 2.14 | - |
| YUV | 62.55 | 110.19 | 124.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 71 | 31 | 0.18 | 0 | 0.56 | 0.72 | 79.5 | 0.39 | 0.2 |
| Hex | 3A | 47 | 1F | 12 | 0 | 38 | 48 | 50 | 27 | 14 |
| Octal | 72 | 107 | 37 | 22 | 0 | 70 | 110 | 120 | 47 | 24 |
| Binary | 111010 | 1000111 | 11111 | 10010 | 0 | 111000 | 1001000 | 1010000 | 100111 | 10100 |
Color Harmonies of #3A471F
Complementary color
Monochromatic Colors of #3A471F
Black with #3A471F
Text Example
Text Example
White with #3A471F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A471F; }
p { color: rgb(58,71,31); }
H1.HeaderClassName
{
color: #3A471F;
}
.AnyTagClassName
{
color: #3A471F;
}
</style>
background-color css
<style>
a { background-color: #3A471F; }
a { background-color: rgb(58,71,31); }
div.DivClassName
{
background-color: #3A471F;
}
.BgClassName
{
background-color: #3A471F;
}
</style>
border-color css
<style>
span { border-color: #3A471F; }
span { border-color: rgb(58,71,31); }
td.TdClassName
{
border-color: #3A471F;
}
.TagClassName
{
border-color: #3A471F;
}
</style>