Shades of Turtle Green #3A411B
Tints of Turtle Green #3A411B
RGB
CMYK
RGB Variations
Color information
#3A411B (or 0x3A411B) is known color: Turtle Green. HEX triplet: 3A, 41 and 1B. RGB value is (58,65,27). Sum of RGB (Red+Green+Blue) = 58+65+27=150 (19% of max value = 765). Red value is 58 (23.05% from 255 or 38.67% from 150); Green value is 65 (25.78% from 255 or 43.33% from 150); Blue value is 27 (10.94% from 255 or 18% from 150); Max value from RGB is 65 - color contains mainly: green. Hex color #3A411B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A411B is #C5BEE4. Grayscale: #3A3A3A. Windows color (decimal): -12959461 or 1786170. OLE color: 1786170.
HSL color Cylindrical-coordinate representation of color #3A411B: hue angle of 71.05º degrees, saturation: 0.41, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3A411B is Cyan = 0.11, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 58 | 65 | 27 | - |
| CMYK | 0.11 | 0 | 0.58 | 0.75 |
| HSL | 71.05º | 0.41% | 0.18% | - |
| HSV(B) | 71.05º | 0.58% | 0.25% | - |
| XYZ | 3.83 | 4.76 | 1.75 | - |
| YUV | 58.58 | 110.18 | 127.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 65 | 27 | 0.11 | 0 | 0.58 | 0.75 | 71.05 | 0.41 | 0.18 |
| Hex | 3A | 41 | 1B | B | 0 | 3A | 4B | 47 | 29 | 12 |
| Octal | 72 | 101 | 33 | 13 | 0 | 72 | 113 | 107 | 51 | 22 |
| Binary | 111010 | 1000001 | 11011 | 1011 | 0 | 111010 | 1001011 | 1000111 | 101001 | 10010 |
Color Harmonies of #3A411B
Complementary color
Monochromatic Colors of #3A411B
Black with #3A411B
Text Example
Text Example
White with #3A411B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A411B; }
p { color: rgb(58,65,27); }
H1.HeaderClassName
{
color: #3A411B;
}
.AnyTagClassName
{
color: #3A411B;
}
</style>
background-color css
<style>
a { background-color: #3A411B; }
a { background-color: rgb(58,65,27); }
div.DivClassName
{
background-color: #3A411B;
}
.BgClassName
{
background-color: #3A411B;
}
</style>
border-color css
<style>
span { border-color: #3A411B; }
span { border-color: rgb(58,65,27); }
td.TdClassName
{
border-color: #3A411B;
}
.TagClassName
{
border-color: #3A411B;
}
</style>