Shades of Turtle Green #3A4311
Tints of Turtle Green #3A4311
RGB
CMYK
RGB Variations
Color information
#3A4311 (or 0x3A4311) is known color: Turtle Green. HEX triplet: 3A, 43 and 11. RGB value is (58,67,17). Sum of RGB (Red+Green+Blue) = 58+67+17=142 (18% of max value = 765). Red value is 58 (23.05% from 255 or 40.85% from 142); Green value is 67 (26.56% from 255 or 47.18% from 142); Blue value is 17 (7.03% from 255 or 11.97% from 142); Max value from RGB is 67 - color contains mainly: green. Hex color #3A4311 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3A4311 is #C5BCEE. Grayscale: #3A3A3A. Windows color (decimal): -12958959 or 1131322. OLE color: 1131322.
HSL color Cylindrical-coordinate representation of color #3A4311: hue angle of 70.8º degrees, saturation: 0.6, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3A4311 is Cyan = 0.13, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 58 | 67 | 17 | - |
| CMYK | 0.13 | 0 | 0.75 | 0.74 |
| HSL | 70.8º | 0.6% | 0.16% | - |
| HSV(B) | 70.8º | 0.75% | 0.26% | - |
| XYZ | 3.85 | 4.95 | 1.28 | - |
| YUV | 58.61 | 104.52 | 127.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 67 | 17 | 0.13 | 0 | 0.75 | 0.74 | 70.8 | 0.6 | 0.16 |
| Hex | 3A | 43 | 11 | D | 0 | 4B | 4A | 47 | 3C | 10 |
| Octal | 72 | 103 | 21 | 15 | 0 | 113 | 112 | 107 | 74 | 20 |
| Binary | 111010 | 1000011 | 10001 | 1101 | 0 | 1001011 | 1001010 | 1000111 | 111100 | 10000 |
Color Harmonies of #3A4311
Complementary color
Monochromatic Colors of #3A4311
Black with #3A4311
Text Example
Text Example
White with #3A4311
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A4311; }
p { color: rgb(58,67,17); }
H1.HeaderClassName
{
color: #3A4311;
}
.AnyTagClassName
{
color: #3A4311;
}
</style>
background-color css
<style>
a { background-color: #3A4311; }
a { background-color: rgb(58,67,17); }
div.DivClassName
{
background-color: #3A4311;
}
.BgClassName
{
background-color: #3A4311;
}
</style>
border-color css
<style>
span { border-color: #3A4311; }
span { border-color: rgb(58,67,17); }
td.TdClassName
{
border-color: #3A4311;
}
.TagClassName
{
border-color: #3A4311;
}
</style>