Shades of Turtle Green #3A4210
Tints of Turtle Green #3A4210
RGB
CMYK
RGB Variations
Color information
#3A4210 (or 0x3A4210) is known color: Turtle Green. HEX triplet: 3A, 42 and 10. RGB value is (58,66,16). Sum of RGB (Red+Green+Blue) = 58+66+16=140 (18% of max value = 765). Red value is 58 (23.05% from 255 or 41.43% from 140); Green value is 66 (26.17% from 255 or 47.14% from 140); Blue value is 16 (6.64% from 255 or 11.43% from 140); Max value from RGB is 66 - color contains mainly: green. Hex color #3A4210 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3A4210 is #C5BDEF. Grayscale: #3A3A3A. Windows color (decimal): -12959216 or 1065530. OLE color: 1065530.
HSL color Cylindrical-coordinate representation of color #3A4210: hue angle of 69.6º degrees, saturation: 0.61, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3A4210 is Cyan = 0.12, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 58 | 66 | 16 | - |
| CMYK | 0.12 | 0 | 0.76 | 0.74 |
| HSL | 69.6º | 0.61% | 0.16% | - |
| HSV(B) | 69.6º | 0.76% | 0.26% | - |
| XYZ | 3.79 | 4.83 | 1.22 | - |
| YUV | 57.91 | 104.35 | 128.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 66 | 16 | 0.12 | 0 | 0.76 | 0.74 | 69.6 | 0.61 | 0.16 |
| Hex | 3A | 42 | 10 | C | 0 | 4C | 4A | 46 | 3D | 10 |
| Octal | 72 | 102 | 20 | 14 | 0 | 114 | 112 | 106 | 75 | 20 |
| Binary | 111010 | 1000010 | 10000 | 1100 | 0 | 1001100 | 1001010 | 1000110 | 111101 | 10000 |
Color Harmonies of #3A4210
Complementary color
Monochromatic Colors of #3A4210
Black with #3A4210
Text Example
Text Example
White with #3A4210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A4210; }
p { color: rgb(58,66,16); }
H1.HeaderClassName
{
color: #3A4210;
}
.AnyTagClassName
{
color: #3A4210;
}
</style>
background-color css
<style>
a { background-color: #3A4210; }
a { background-color: rgb(58,66,16); }
div.DivClassName
{
background-color: #3A4210;
}
.BgClassName
{
background-color: #3A4210;
}
</style>
border-color css
<style>
span { border-color: #3A4210; }
span { border-color: rgb(58,66,16); }
td.TdClassName
{
border-color: #3A4210;
}
.TagClassName
{
border-color: #3A4210;
}
</style>