Shades of Turtle Green #3A4D14
Tints of Turtle Green #3A4D14
RGB
CMYK
RGB Variations
Color information
#3A4D14 (or 0x3A4D14) is known color: Turtle Green. HEX triplet: 3A, 4D and 14. RGB value is (58,77,20). Sum of RGB (Red+Green+Blue) = 58+77+20=155 (20% of max value = 765). Red value is 58 (23.05% from 255 or 37.42% from 155); Green value is 77 (30.47% from 255 or 49.68% from 155); Blue value is 20 (8.20% from 255 or 12.90% from 155); Max value from RGB is 77 - color contains mainly: green. Hex color #3A4D14 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3A4D14 is #C5B2EB. Grayscale: #414141. Windows color (decimal): -12956396 or 1330490. OLE color: 1330490.
HSL color Cylindrical-coordinate representation of color #3A4D14: hue angle of 80º degrees, saturation: 0.59, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3A4D14 is Cyan = 0.25, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 58 | 77 | 20 | - |
| CMYK | 0.25 | 0 | 0.74 | 0.70 |
| HSL | 80º | 0.59% | 0.19% | - |
| HSV(B) | 80º | 0.74% | 0.3% | - |
| XYZ | 4.53 | 6.26 | 1.63 | - |
| YUV | 64.82 | 102.71 | 123.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 77 | 20 | 0.25 | 0 | 0.74 | 0.70 | 80 | 0.59 | 0.19 |
| Hex | 3A | 4D | 14 | 19 | 0 | 4A | 46 | 50 | 3B | 13 |
| Octal | 72 | 115 | 24 | 31 | 0 | 112 | 106 | 120 | 73 | 23 |
| Binary | 111010 | 1001101 | 10100 | 11001 | 0 | 1001010 | 1000110 | 1010000 | 111011 | 10011 |
Color Harmonies of #3A4D14
Complementary color
Monochromatic Colors of #3A4D14
Black with #3A4D14
Text Example
Text Example
White with #3A4D14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A4D14; }
p { color: rgb(58,77,20); }
H1.HeaderClassName
{
color: #3A4D14;
}
.AnyTagClassName
{
color: #3A4D14;
}
</style>
background-color css
<style>
a { background-color: #3A4D14; }
a { background-color: rgb(58,77,20); }
div.DivClassName
{
background-color: #3A4D14;
}
.BgClassName
{
background-color: #3A4D14;
}
</style>
border-color css
<style>
span { border-color: #3A4D14; }
span { border-color: rgb(58,77,20); }
td.TdClassName
{
border-color: #3A4D14;
}
.TagClassName
{
border-color: #3A4D14;
}
</style>