Shades of Turtle Green #3A4122
Tints of Turtle Green #3A4122
RGB
CMYK
RGB Variations
Color information
#3A4122 (or 0x3A4122) is known color: Turtle Green. HEX triplet: 3A, 41 and 22. RGB value is (58,65,34). Sum of RGB (Red+Green+Blue) = 58+65+34=157 (20% of max value = 765). Red value is 58 (23.05% from 255 or 36.94% from 157); Green value is 65 (25.78% from 255 or 41.40% from 157); Blue value is 34 (13.67% from 255 or 21.66% from 157); Max value from RGB is 65 - color contains mainly: green. Hex color #3A4122 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A4122 is #C5BEDD. Grayscale: #3B3B3B. Windows color (decimal): -12959454 or 2244922. OLE color: 2244922.
HSL color Cylindrical-coordinate representation of color #3A4122: hue angle of 73.55º degrees, saturation: 0.31, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #3A4122 is Cyan = 0.11, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 58 | 65 | 34 | - |
| CMYK | 0.11 | 0 | 0.48 | 0.75 |
| HSL | 73.55º | 0.31% | 0.19% | - |
| HSV(B) | 73.55º | 0.48% | 0.25% | - |
| XYZ | 3.92 | 4.8 | 2.23 | - |
| YUV | 59.37 | 113.68 | 127.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 65 | 34 | 0.11 | 0 | 0.48 | 0.75 | 73.55 | 0.31 | 0.19 |
| Hex | 3A | 41 | 22 | B | 0 | 30 | 4B | 4A | 1F | 13 |
| Octal | 72 | 101 | 42 | 13 | 0 | 60 | 113 | 112 | 37 | 23 |
| Binary | 111010 | 1000001 | 100010 | 1011 | 0 | 110000 | 1001011 | 1001010 | 11111 | 10011 |
Color Harmonies of #3A4122
Complementary color
Monochromatic Colors of #3A4122
Black with #3A4122
Text Example
Text Example
White with #3A4122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A4122; }
p { color: rgb(58,65,34); }
H1.HeaderClassName
{
color: #3A4122;
}
.AnyTagClassName
{
color: #3A4122;
}
</style>
background-color css
<style>
a { background-color: #3A4122; }
a { background-color: rgb(58,65,34); }
div.DivClassName
{
background-color: #3A4122;
}
.BgClassName
{
background-color: #3A4122;
}
</style>
border-color css
<style>
span { border-color: #3A4122; }
span { border-color: rgb(58,65,34); }
td.TdClassName
{
border-color: #3A4122;
}
.TagClassName
{
border-color: #3A4122;
}
</style>