Shades of Turtle Green #3A4614
Tints of Turtle Green #3A4614
RGB
CMYK
RGB Variations
Color information
#3A4614 (or 0x3A4614) is known color: Turtle Green. HEX triplet: 3A, 46 and 14. RGB value is (58,70,20). Sum of RGB (Red+Green+Blue) = 58+70+20=148 (19% of max value = 765). Red value is 58 (23.05% from 255 or 39.19% from 148); Green value is 70 (27.73% from 255 or 47.30% from 148); Blue value is 20 (8.20% from 255 or 13.51% from 148); Max value from RGB is 70 - color contains mainly: green. Hex color #3A4614 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3A4614 is #C5B9EB. Grayscale: #3C3C3C. Windows color (decimal): -12958188 or 1328698. OLE color: 1328698.
HSL color Cylindrical-coordinate representation of color #3A4614: hue angle of 74.4º degrees, saturation: 0.56, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3A4614 is Cyan = 0.17, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 58 | 70 | 20 | - |
| CMYK | 0.17 | 0 | 0.71 | 0.73 |
| HSL | 74.4º | 0.56% | 0.18% | - |
| HSV(B) | 74.4º | 0.71% | 0.27% | - |
| XYZ | 4.06 | 5.33 | 1.48 | - |
| YUV | 60.71 | 105.02 | 126.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 70 | 20 | 0.17 | 0 | 0.71 | 0.73 | 74.4 | 0.56 | 0.18 |
| Hex | 3A | 46 | 14 | 11 | 0 | 47 | 49 | 4A | 38 | 12 |
| Octal | 72 | 106 | 24 | 21 | 0 | 107 | 111 | 112 | 70 | 22 |
| Binary | 111010 | 1000110 | 10100 | 10001 | 0 | 1000111 | 1001001 | 1001010 | 111000 | 10010 |
Color Harmonies of #3A4614
Complementary color
Monochromatic Colors of #3A4614
Black with #3A4614
Text Example
Text Example
White with #3A4614
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A4614; }
p { color: rgb(58,70,20); }
H1.HeaderClassName
{
color: #3A4614;
}
.AnyTagClassName
{
color: #3A4614;
}
</style>
background-color css
<style>
a { background-color: #3A4614; }
a { background-color: rgb(58,70,20); }
div.DivClassName
{
background-color: #3A4614;
}
.BgClassName
{
background-color: #3A4614;
}
</style>
border-color css
<style>
span { border-color: #3A4614; }
span { border-color: rgb(58,70,20); }
td.TdClassName
{
border-color: #3A4614;
}
.TagClassName
{
border-color: #3A4614;
}
</style>