Shades of Turtle Green #3A4912
Tints of Turtle Green #3A4912
RGB
CMYK
RGB Variations
Color information
#3A4912 (or 0x3A4912) is known color: Turtle Green. HEX triplet: 3A, 49 and 12. RGB value is (58,73,18). Sum of RGB (Red+Green+Blue) = 58+73+18=149 (19% of max value = 765). Red value is 58 (23.05% from 255 or 38.93% from 149); Green value is 73 (28.91% from 255 or 48.99% from 149); Blue value is 18 (7.42% from 255 or 12.08% from 149); Max value from RGB is 73 - color contains mainly: green. Hex color #3A4912 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3A4912 is #C5B6ED. Grayscale: #3E3E3E. Windows color (decimal): -12957422 or 1198394. OLE color: 1198394.
HSL color Cylindrical-coordinate representation of color #3A4912: hue angle of 76.36º degrees, saturation: 0.6, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3A4912 is Cyan = 0.21, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 58 | 73 | 18 | - |
| CMYK | 0.21 | 0 | 0.75 | 0.71 |
| HSL | 76.36º | 0.6% | 0.18% | - |
| HSV(B) | 76.36º | 0.75% | 0.29% | - |
| XYZ | 4.24 | 5.71 | 1.45 | - |
| YUV | 62.25 | 103.03 | 124.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 73 | 18 | 0.21 | 0 | 0.75 | 0.71 | 76.36 | 0.6 | 0.18 |
| Hex | 3A | 49 | 12 | 15 | 0 | 4B | 47 | 4C | 3C | 12 |
| Octal | 72 | 111 | 22 | 25 | 0 | 113 | 107 | 114 | 74 | 22 |
| Binary | 111010 | 1001001 | 10010 | 10101 | 0 | 1001011 | 1000111 | 1001100 | 111100 | 10010 |
Color Harmonies of #3A4912
Complementary color
Monochromatic Colors of #3A4912
Black with #3A4912
Text Example
Text Example
White with #3A4912
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A4912; }
p { color: rgb(58,73,18); }
H1.HeaderClassName
{
color: #3A4912;
}
.AnyTagClassName
{
color: #3A4912;
}
</style>
background-color css
<style>
a { background-color: #3A4912; }
a { background-color: rgb(58,73,18); }
div.DivClassName
{
background-color: #3A4912;
}
.BgClassName
{
background-color: #3A4912;
}
</style>
border-color css
<style>
span { border-color: #3A4912; }
span { border-color: rgb(58,73,18); }
td.TdClassName
{
border-color: #3A4912;
}
.TagClassName
{
border-color: #3A4912;
}
</style>