Shades of Turtle Green #3A4619
Tints of Turtle Green #3A4619
RGB
CMYK
RGB Variations
Color information
#3A4619 (or 0x3A4619) is known color: Turtle Green. HEX triplet: 3A, 46 and 19. RGB value is (58,70,25). Sum of RGB (Red+Green+Blue) = 58+70+25=153 (20% of max value = 765). Red value is 58 (23.05% from 255 or 37.91% from 153); Green value is 70 (27.73% from 255 or 45.75% from 153); Blue value is 25 (10.16% from 255 or 16.34% from 153); Max value from RGB is 70 - color contains mainly: green. Hex color #3A4619 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3A4619 is #C5B9E6. Grayscale: #3D3D3D. Windows color (decimal): -12958183 or 1656378. OLE color: 1656378.
HSL color Cylindrical-coordinate representation of color #3A4619: hue angle of 76º degrees, saturation: 0.47, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3A4619 is Cyan = 0.17, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 58 | 70 | 25 | - |
| CMYK | 0.17 | 0 | 0.64 | 0.73 |
| HSL | 76º | 0.47% | 0.19% | - |
| HSV(B) | 76º | 0.64% | 0.27% | - |
| XYZ | 4.11 | 5.35 | 1.74 | - |
| YUV | 61.28 | 107.52 | 125.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 70 | 25 | 0.17 | 0 | 0.64 | 0.73 | 76 | 0.47 | 0.19 |
| Hex | 3A | 46 | 19 | 11 | 0 | 40 | 49 | 4C | 2F | 13 |
| Octal | 72 | 106 | 31 | 21 | 0 | 100 | 111 | 114 | 57 | 23 |
| Binary | 111010 | 1000110 | 11001 | 10001 | 0 | 1000000 | 1001001 | 1001100 | 101111 | 10011 |
Color Harmonies of #3A4619
Complementary color
Monochromatic Colors of #3A4619
Black with #3A4619
Text Example
Text Example
White with #3A4619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A4619; }
p { color: rgb(58,70,25); }
H1.HeaderClassName
{
color: #3A4619;
}
.AnyTagClassName
{
color: #3A4619;
}
</style>
background-color css
<style>
a { background-color: #3A4619; }
a { background-color: rgb(58,70,25); }
div.DivClassName
{
background-color: #3A4619;
}
.BgClassName
{
background-color: #3A4619;
}
</style>
border-color css
<style>
span { border-color: #3A4619; }
span { border-color: rgb(58,70,25); }
td.TdClassName
{
border-color: #3A4619;
}
.TagClassName
{
border-color: #3A4619;
}
</style>