Shades of Turtle Green #3A4C0E
Tints of Turtle Green #3A4C0E
RGB
CMYK
RGB Variations
Color information
#3A4C0E (or 0x3A4C0E) is known color: Turtle Green. HEX triplet: 3A, 4C and 0E. RGB value is (58,76,14). Sum of RGB (Red+Green+Blue) = 58+76+14=148 (19% of max value = 765). Red value is 58 (23.05% from 255 or 39.19% from 148); Green value is 76 (30.08% from 255 or 51.35% from 148); Blue value is 14 (5.86% from 255 or 9.46% from 148); Max value from RGB is 76 - color contains mainly: green. Hex color #3A4C0E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3A4C0E is #C5B3F1. Grayscale: #3F3F3F. Windows color (decimal): -12956658 or 937018. OLE color: 937018.
HSL color Cylindrical-coordinate representation of color #3A4C0E: hue angle of 77.42º degrees, saturation: 0.69, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3A4C0E is Cyan = 0.24, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 58 | 76 | 14 | - |
| CMYK | 0.24 | 0 | 0.82 | 0.70 |
| HSL | 77.42º | 0.69% | 0.18% | - |
| HSV(B) | 77.42º | 0.82% | 0.3% | - |
| XYZ | 4.41 | 6.1 | 1.36 | - |
| YUV | 63.55 | 100.04 | 124.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 76 | 14 | 0.24 | 0 | 0.82 | 0.70 | 77.42 | 0.69 | 0.18 |
| Hex | 3A | 4C | E | 18 | 0 | 52 | 46 | 4D | 45 | 12 |
| Octal | 72 | 114 | 16 | 30 | 0 | 122 | 106 | 115 | 105 | 22 |
| Binary | 111010 | 1001100 | 1110 | 11000 | 0 | 1010010 | 1000110 | 1001101 | 1000101 | 10010 |
Color Harmonies of #3A4C0E
Complementary color
Monochromatic Colors of #3A4C0E
Black with #3A4C0E
Text Example
Text Example
White with #3A4C0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A4C0E; }
p { color: rgb(58,76,14); }
H1.HeaderClassName
{
color: #3A4C0E;
}
.AnyTagClassName
{
color: #3A4C0E;
}
</style>
background-color css
<style>
a { background-color: #3A4C0E; }
a { background-color: rgb(58,76,14); }
div.DivClassName
{
background-color: #3A4C0E;
}
.BgClassName
{
background-color: #3A4C0E;
}
</style>
border-color css
<style>
span { border-color: #3A4C0E; }
span { border-color: rgb(58,76,14); }
td.TdClassName
{
border-color: #3A4C0E;
}
.TagClassName
{
border-color: #3A4C0E;
}
</style>