Shades of Turtle Green #3A4012
Tints of Turtle Green #3A4012
RGB
CMYK
RGB Variations
Color information
#3A4012 (or 0x3A4012) is known color: Turtle Green. HEX triplet: 3A, 40 and 12. RGB value is (58,64,18). Sum of RGB (Red+Green+Blue) = 58+64+18=140 (18% of max value = 765). Red value is 58 (23.05% from 255 or 41.43% from 140); Green value is 64 (25.39% from 255 or 45.71% from 140); Blue value is 18 (7.42% from 255 or 12.86% from 140); Max value from RGB is 64 - color contains mainly: green. Hex color #3A4012 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3A4012 is #C5BFED. Grayscale: #393939. Windows color (decimal): -12959726 or 1196090. OLE color: 1196090.
HSL color Cylindrical-coordinate representation of color #3A4012: hue angle of 67.83º degrees, saturation: 0.56, 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 #3A4012 is Cyan = 0.09, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 58 | 64 | 18 | - |
| CMYK | 0.09 | 0 | 0.72 | 0.75 |
| HSL | 67.83º | 0.56% | 0.16% | - |
| HSV(B) | 67.83º | 0.72% | 0.25% | - |
| XYZ | 3.69 | 4.61 | 1.27 | - |
| YUV | 56.96 | 106.01 | 128.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 64 | 18 | 0.09 | 0 | 0.72 | 0.75 | 67.83 | 0.56 | 0.16 |
| Hex | 3A | 40 | 12 | 9 | 0 | 48 | 4B | 44 | 38 | 10 |
| Octal | 72 | 100 | 22 | 11 | 0 | 110 | 113 | 104 | 70 | 20 |
| Binary | 111010 | 1000000 | 10010 | 1001 | 0 | 1001000 | 1001011 | 1000100 | 111000 | 10000 |
Color Harmonies of #3A4012
Complementary color
Monochromatic Colors of #3A4012
Black with #3A4012
Text Example
Text Example
White with #3A4012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A4012; }
p { color: rgb(58,64,18); }
H1.HeaderClassName
{
color: #3A4012;
}
.AnyTagClassName
{
color: #3A4012;
}
</style>
background-color css
<style>
a { background-color: #3A4012; }
a { background-color: rgb(58,64,18); }
div.DivClassName
{
background-color: #3A4012;
}
.BgClassName
{
background-color: #3A4012;
}
</style>
border-color css
<style>
span { border-color: #3A4012; }
span { border-color: rgb(58,64,18); }
td.TdClassName
{
border-color: #3A4012;
}
.TagClassName
{
border-color: #3A4012;
}
</style>