Shades of Turtle Green #3A4321
Tints of Turtle Green #3A4321
RGB
CMYK
RGB Variations
Color information
#3A4321 (or 0x3A4321) is known color: Turtle Green. HEX triplet: 3A, 43 and 21. RGB value is (58,67,33). Sum of RGB (Red+Green+Blue) = 58+67+33=158 (20% of max value = 765). Red value is 58 (23.05% from 255 or 36.71% from 158); Green value is 67 (26.56% from 255 or 42.41% from 158); Blue value is 33 (13.28% from 255 or 20.89% from 158); Max value from RGB is 67 - color contains mainly: green. Hex color #3A4321 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A4321 is #C5BCDE. Grayscale: #3C3C3C. Windows color (decimal): -12958943 or 2179898. OLE color: 2179898.
HSL color Cylindrical-coordinate representation of color #3A4321: hue angle of 75.88º degrees, saturation: 0.34, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #3A4321 is Cyan = 0.13, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 58 | 67 | 33 | - |
| CMYK | 0.13 | 0 | 0.51 | 0.74 |
| HSL | 75.88º | 0.34% | 0.2% | - |
| HSV(B) | 75.88º | 0.51% | 0.26% | - |
| XYZ | 4.03 | 5.02 | 2.2 | - |
| YUV | 60.43 | 112.52 | 126.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 67 | 33 | 0.13 | 0 | 0.51 | 0.74 | 75.88 | 0.34 | 0.2 |
| Hex | 3A | 43 | 21 | D | 0 | 33 | 4A | 4C | 22 | 14 |
| Octal | 72 | 103 | 41 | 15 | 0 | 63 | 112 | 114 | 42 | 24 |
| Binary | 111010 | 1000011 | 100001 | 1101 | 0 | 110011 | 1001010 | 1001100 | 100010 | 10100 |
Color Harmonies of #3A4321
Complementary color
Monochromatic Colors of #3A4321
Black with #3A4321
Text Example
Text Example
White with #3A4321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A4321; }
p { color: rgb(58,67,33); }
H1.HeaderClassName
{
color: #3A4321;
}
.AnyTagClassName
{
color: #3A4321;
}
</style>
background-color css
<style>
a { background-color: #3A4321; }
a { background-color: rgb(58,67,33); }
div.DivClassName
{
background-color: #3A4321;
}
.BgClassName
{
background-color: #3A4321;
}
</style>
border-color css
<style>
span { border-color: #3A4321; }
span { border-color: rgb(58,67,33); }
td.TdClassName
{
border-color: #3A4321;
}
.TagClassName
{
border-color: #3A4321;
}
</style>