Shades of Turtle Green #3A410A
Tints of Turtle Green #3A410A
RGB
CMYK
RGB Variations
Color information
#3A410A (or 0x3A410A) is known color: Turtle Green. HEX triplet: 3A, 41 and 0A. RGB value is (58,65,10). Sum of RGB (Red+Green+Blue) = 58+65+10=133 (17% of max value = 765). Red value is 58 (23.05% from 255 or 43.61% from 133); Green value is 65 (25.78% from 255 or 48.87% from 133); Blue value is 10 (4.30% from 255 or 7.52% from 133); Max value from RGB is 65 - color contains mainly: green. Hex color #3A410A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3A410A is #C5BEF5. Grayscale: #383838. Windows color (decimal): -12959478 or 672058. OLE color: 672058.
HSL color Cylindrical-coordinate representation of color #3A410A: hue angle of 67.64º degrees, saturation: 0.73, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3A410A is Cyan = 0.11, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 58 | 65 | 10 | - |
| CMYK | 0.11 | 0 | 0.85 | 0.75 |
| HSL | 67.64º | 0.73% | 0.15% | - |
| HSV(B) | 67.64º | 0.85% | 0.25% | - |
| XYZ | 3.69 | 4.7 | 1 | - |
| YUV | 56.64 | 101.68 | 128.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 65 | 10 | 0.11 | 0 | 0.85 | 0.75 | 67.64 | 0.73 | 0.15 |
| Hex | 3A | 41 | A | B | 0 | 55 | 4B | 44 | 49 | F |
| Octal | 72 | 101 | 12 | 13 | 0 | 125 | 113 | 104 | 111 | 17 |
| Binary | 111010 | 1000001 | 1010 | 1011 | 0 | 1010101 | 1001011 | 1000100 | 1001001 | 1111 |
Color Harmonies of #3A410A
Complementary color
Monochromatic Colors of #3A410A
Black with #3A410A
Text Example
Text Example
White with #3A410A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A410A; }
p { color: rgb(58,65,10); }
H1.HeaderClassName
{
color: #3A410A;
}
.AnyTagClassName
{
color: #3A410A;
}
</style>
background-color css
<style>
a { background-color: #3A410A; }
a { background-color: rgb(58,65,10); }
div.DivClassName
{
background-color: #3A410A;
}
.BgClassName
{
background-color: #3A410A;
}
</style>
border-color css
<style>
span { border-color: #3A410A; }
span { border-color: rgb(58,65,10); }
td.TdClassName
{
border-color: #3A410A;
}
.TagClassName
{
border-color: #3A410A;
}
</style>