Shades of Turtle Green #3A4622
Tints of Turtle Green #3A4622
RGB
CMYK
RGB Variations
Color information
#3A4622 (or 0x3A4622) is known color: Turtle Green. HEX triplet: 3A, 46 and 22. RGB value is (58,70,34). Sum of RGB (Red+Green+Blue) = 58+70+34=162 (21% of max value = 765). Red value is 58 (23.05% from 255 or 35.80% from 162); Green value is 70 (27.73% from 255 or 43.21% from 162); Blue value is 34 (13.67% from 255 or 20.99% from 162); Max value from RGB is 70 - color contains mainly: green. Hex color #3A4622 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A4622 is #C5B9DD. Grayscale: #3E3E3E. Windows color (decimal): -12958174 or 2246202. OLE color: 2246202.
HSL color Cylindrical-coordinate representation of color #3A4622: hue angle of 80º degrees, saturation: 0.35, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #3A4622 is Cyan = 0.17, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 58 | 70 | 34 | - |
| CMYK | 0.17 | 0 | 0.51 | 0.73 |
| HSL | 80º | 0.35% | 0.2% | - |
| HSV(B) | 80º | 0.51% | 0.27% | - |
| XYZ | 4.22 | 5.4 | 2.33 | - |
| YUV | 62.31 | 112.02 | 124.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 70 | 34 | 0.17 | 0 | 0.51 | 0.73 | 80 | 0.35 | 0.2 |
| Hex | 3A | 46 | 22 | 11 | 0 | 33 | 49 | 50 | 23 | 14 |
| Octal | 72 | 106 | 42 | 21 | 0 | 63 | 111 | 120 | 43 | 24 |
| Binary | 111010 | 1000110 | 100010 | 10001 | 0 | 110011 | 1001001 | 1010000 | 100011 | 10100 |
Color Harmonies of #3A4622
Complementary color
Monochromatic Colors of #3A4622
Black with #3A4622
Text Example
Text Example
White with #3A4622
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A4622; }
p { color: rgb(58,70,34); }
H1.HeaderClassName
{
color: #3A4622;
}
.AnyTagClassName
{
color: #3A4622;
}
</style>
background-color css
<style>
a { background-color: #3A4622; }
a { background-color: rgb(58,70,34); }
div.DivClassName
{
background-color: #3A4622;
}
.BgClassName
{
background-color: #3A4622;
}
</style>
border-color css
<style>
span { border-color: #3A4622; }
span { border-color: rgb(58,70,34); }
td.TdClassName
{
border-color: #3A4622;
}
.TagClassName
{
border-color: #3A4622;
}
</style>