Shades of Turtle Green #3A4112
Tints of Turtle Green #3A4112
RGB
CMYK
RGB Variations
Color information
#3A4112 (or 0x3A4112) is known color: Turtle Green. HEX triplet: 3A, 41 and 12. RGB value is (58,65,18). Sum of RGB (Red+Green+Blue) = 58+65+18=141 (18% of max value = 765). Red value is 58 (23.05% from 255 or 41.13% from 141); Green value is 65 (25.78% from 255 or 46.10% from 141); Blue value is 18 (7.42% from 255 or 12.77% from 141); Max value from RGB is 65 - color contains mainly: green. Hex color #3A4112 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3A4112 is #C5BEED. Grayscale: #393939. Windows color (decimal): -12959470 or 1196346. OLE color: 1196346.
HSL color Cylindrical-coordinate representation of color #3A4112: hue angle of 68.94º degrees, saturation: 0.57, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3A4112 is Cyan = 0.11, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 58 | 65 | 18 | - |
| CMYK | 0.11 | 0 | 0.72 | 0.75 |
| HSL | 68.94º | 0.57% | 0.16% | - |
| HSV(B) | 68.94º | 0.72% | 0.25% | - |
| XYZ | 3.74 | 4.72 | 1.29 | - |
| YUV | 57.55 | 105.68 | 128.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 65 | 18 | 0.11 | 0 | 0.72 | 0.75 | 68.94 | 0.57 | 0.16 |
| Hex | 3A | 41 | 12 | B | 0 | 48 | 4B | 45 | 39 | 10 |
| Octal | 72 | 101 | 22 | 13 | 0 | 110 | 113 | 105 | 71 | 20 |
| Binary | 111010 | 1000001 | 10010 | 1011 | 0 | 1001000 | 1001011 | 1000101 | 111001 | 10000 |
Color Harmonies of #3A4112
Complementary color
Monochromatic Colors of #3A4112
Black with #3A4112
Text Example
Text Example
White with #3A4112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A4112; }
p { color: rgb(58,65,18); }
H1.HeaderClassName
{
color: #3A4112;
}
.AnyTagClassName
{
color: #3A4112;
}
</style>
background-color css
<style>
a { background-color: #3A4112; }
a { background-color: rgb(58,65,18); }
div.DivClassName
{
background-color: #3A4112;
}
.BgClassName
{
background-color: #3A4112;
}
</style>
border-color css
<style>
span { border-color: #3A4112; }
span { border-color: rgb(58,65,18); }
td.TdClassName
{
border-color: #3A4112;
}
.TagClassName
{
border-color: #3A4112;
}
</style>