Shades of Turtle Green #3A4422
Tints of Turtle Green #3A4422
RGB
CMYK
RGB Variations
Color information
#3A4422 (or 0x3A4422) is known color: Turtle Green. HEX triplet: 3A, 44 and 22. RGB value is (58,68,34). Sum of RGB (Red+Green+Blue) = 58+68+34=160 (21% of max value = 765). Red value is 58 (23.05% from 255 or 36.25% from 160); Green value is 68 (26.95% from 255 or 42.5% from 160); Blue value is 34 (13.67% from 255 or 21.25% from 160); Max value from RGB is 68 - color contains mainly: green. Hex color #3A4422 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A4422 is #C5BBDD. Grayscale: #3D3D3D. Windows color (decimal): -12958686 or 2245690. OLE color: 2245690.
HSL color Cylindrical-coordinate representation of color #3A4422: hue angle of 77.65º degrees, saturation: 0.33, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3A4422 is Cyan = 0.15, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 58 | 68 | 34 | - |
| CMYK | 0.15 | 0 | 0.50 | 0.73 |
| HSL | 77.65º | 0.33% | 0.2% | - |
| HSV(B) | 77.65º | 0.5% | 0.27% | - |
| XYZ | 4.1 | 5.15 | 2.29 | - |
| YUV | 61.13 | 112.69 | 125.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 68 | 34 | 0.15 | 0 | 0.50 | 0.73 | 77.65 | 0.33 | 0.2 |
| Hex | 3A | 44 | 22 | F | 0 | 32 | 49 | 4E | 21 | 14 |
| Octal | 72 | 104 | 42 | 17 | 0 | 62 | 111 | 116 | 41 | 24 |
| Binary | 111010 | 1000100 | 100010 | 1111 | 0 | 110010 | 1001001 | 1001110 | 100001 | 10100 |
Color Harmonies of #3A4422
Complementary color
Monochromatic Colors of #3A4422
Black with #3A4422
Text Example
Text Example
White with #3A4422
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A4422; }
p { color: rgb(58,68,34); }
H1.HeaderClassName
{
color: #3A4422;
}
.AnyTagClassName
{
color: #3A4422;
}
</style>
background-color css
<style>
a { background-color: #3A4422; }
a { background-color: rgb(58,68,34); }
div.DivClassName
{
background-color: #3A4422;
}
.BgClassName
{
background-color: #3A4422;
}
</style>
border-color css
<style>
span { border-color: #3A4422; }
span { border-color: rgb(58,68,34); }
td.TdClassName
{
border-color: #3A4422;
}
.TagClassName
{
border-color: #3A4422;
}
</style>