Shades of Turtle Green #3A4221
Tints of Turtle Green #3A4221
RGB
CMYK
RGB Variations
Color information
#3A4221 (or 0x3A4221) is known color: Turtle Green. HEX triplet: 3A, 42 and 21. RGB value is (58,66,33). Sum of RGB (Red+Green+Blue) = 58+66+33=157 (20% of max value = 765). Red value is 58 (23.05% from 255 or 36.94% from 157); Green value is 66 (26.17% from 255 or 42.04% from 157); Blue value is 33 (13.28% from 255 or 21.02% from 157); Max value from RGB is 66 - color contains mainly: green. Hex color #3A4221 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A4221 is #C5BDDE. Grayscale: #3B3B3B. Windows color (decimal): -12959199 or 2179642. OLE color: 2179642.
HSL color Cylindrical-coordinate representation of color #3A4221: hue angle of 74.55º degrees, saturation: 0.33, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3A4221 is Cyan = 0.12, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 58 | 66 | 33 | - |
| CMYK | 0.12 | 0 | 0.5 | 0.74 |
| HSL | 74.55º | 0.33% | 0.19% | - |
| HSV(B) | 74.55º | 0.5% | 0.26% | - |
| XYZ | 3.97 | 4.91 | 2.18 | - |
| YUV | 59.85 | 112.85 | 126.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 66 | 33 | 0.12 | 0 | 0.5 | 0.74 | 74.55 | 0.33 | 0.19 |
| Hex | 3A | 42 | 21 | C | 0 | 32 | 4A | 4B | 21 | 13 |
| Octal | 72 | 102 | 41 | 14 | 0 | 62 | 112 | 113 | 41 | 23 |
| Binary | 111010 | 1000010 | 100001 | 1100 | 0 | 110010 | 1001010 | 1001011 | 100001 | 10011 |
Color Harmonies of #3A4221
Complementary color
Monochromatic Colors of #3A4221
Black with #3A4221
Text Example
Text Example
White with #3A4221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A4221; }
p { color: rgb(58,66,33); }
H1.HeaderClassName
{
color: #3A4221;
}
.AnyTagClassName
{
color: #3A4221;
}
</style>
background-color css
<style>
a { background-color: #3A4221; }
a { background-color: rgb(58,66,33); }
div.DivClassName
{
background-color: #3A4221;
}
.BgClassName
{
background-color: #3A4221;
}
</style>
border-color css
<style>
span { border-color: #3A4221; }
span { border-color: rgb(58,66,33); }
td.TdClassName
{
border-color: #3A4221;
}
.TagClassName
{
border-color: #3A4221;
}
</style>