Shades of Turtle Green #3A4811
Tints of Turtle Green #3A4811
RGB
CMYK
RGB Variations
Color information
#3A4811 (or 0x3A4811) is known color: Turtle Green. HEX triplet: 3A, 48 and 11. RGB value is (58,72,17). Sum of RGB (Red+Green+Blue) = 58+72+17=147 (19% of max value = 765). Red value is 58 (23.05% from 255 or 39.46% from 147); Green value is 72 (28.52% from 255 or 48.98% from 147); Blue value is 17 (7.03% from 255 or 11.56% from 147); Max value from RGB is 72 - color contains mainly: green. Hex color #3A4811 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3A4811 is #C5B7EE. Grayscale: #3D3D3D. Windows color (decimal): -12957679 or 1132602. OLE color: 1132602.
HSL color Cylindrical-coordinate representation of color #3A4811: hue angle of 75.27º degrees, saturation: 0.62, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3A4811 is Cyan = 0.19, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 58 | 72 | 17 | - |
| CMYK | 0.19 | 0 | 0.76 | 0.72 |
| HSL | 75.27º | 0.62% | 0.17% | - |
| HSV(B) | 75.27º | 0.76% | 0.28% | - |
| XYZ | 4.16 | 5.57 | 1.39 | - |
| YUV | 61.54 | 102.86 | 125.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 72 | 17 | 0.19 | 0 | 0.76 | 0.72 | 75.27 | 0.62 | 0.17 |
| Hex | 3A | 48 | 11 | 13 | 0 | 4C | 48 | 4B | 3E | 11 |
| Octal | 72 | 110 | 21 | 23 | 0 | 114 | 110 | 113 | 76 | 21 |
| Binary | 111010 | 1001000 | 10001 | 10011 | 0 | 1001100 | 1001000 | 1001011 | 111110 | 10001 |
Color Harmonies of #3A4811
Complementary color
Monochromatic Colors of #3A4811
Black with #3A4811
Text Example
Text Example
White with #3A4811
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A4811; }
p { color: rgb(58,72,17); }
H1.HeaderClassName
{
color: #3A4811;
}
.AnyTagClassName
{
color: #3A4811;
}
</style>
background-color css
<style>
a { background-color: #3A4811; }
a { background-color: rgb(58,72,17); }
div.DivClassName
{
background-color: #3A4811;
}
.BgClassName
{
background-color: #3A4811;
}
</style>
border-color css
<style>
span { border-color: #3A4811; }
span { border-color: rgb(58,72,17); }
td.TdClassName
{
border-color: #3A4811;
}
.TagClassName
{
border-color: #3A4811;
}
</style>