Shades of Turtle Green #3A410C
Tints of Turtle Green #3A410C
RGB
CMYK
RGB Variations
Color information
#3A410C (or 0x3A410C) is known color: Turtle Green. HEX triplet: 3A, 41 and 0C. RGB value is (58,65,12). Sum of RGB (Red+Green+Blue) = 58+65+12=135 (17% of max value = 765). Red value is 58 (23.05% from 255 or 42.96% from 135); Green value is 65 (25.78% from 255 or 48.15% from 135); Blue value is 12 (5.08% from 255 or 8.89% from 135); Max value from RGB is 65 - color contains mainly: green. Hex color #3A410C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3A410C is #C5BEF3. Grayscale: #393939. Windows color (decimal): -12959476 or 803130. OLE color: 803130.
HSL color Cylindrical-coordinate representation of color #3A410C: hue angle of 67.92º degrees, saturation: 0.69, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3A410C is Cyan = 0.11, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 58 | 65 | 12 | - |
| CMYK | 0.11 | 0 | 0.82 | 0.75 |
| HSL | 67.92º | 0.69% | 0.15% | - |
| HSV(B) | 67.92º | 0.82% | 0.25% | - |
| XYZ | 3.7 | 4.71 | 1.06 | - |
| YUV | 56.87 | 102.68 | 128.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 65 | 12 | 0.11 | 0 | 0.82 | 0.75 | 67.92 | 0.69 | 0.15 |
| Hex | 3A | 41 | C | B | 0 | 52 | 4B | 44 | 45 | F |
| Octal | 72 | 101 | 14 | 13 | 0 | 122 | 113 | 104 | 105 | 17 |
| Binary | 111010 | 1000001 | 1100 | 1011 | 0 | 1010010 | 1001011 | 1000100 | 1000101 | 1111 |
Color Harmonies of #3A410C
Complementary color
Monochromatic Colors of #3A410C
Black with #3A410C
Text Example
Text Example
White with #3A410C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A410C; }
p { color: rgb(58,65,12); }
H1.HeaderClassName
{
color: #3A410C;
}
.AnyTagClassName
{
color: #3A410C;
}
</style>
background-color css
<style>
a { background-color: #3A410C; }
a { background-color: rgb(58,65,12); }
div.DivClassName
{
background-color: #3A410C;
}
.BgClassName
{
background-color: #3A410C;
}
</style>
border-color css
<style>
span { border-color: #3A410C; }
span { border-color: rgb(58,65,12); }
td.TdClassName
{
border-color: #3A410C;
}
.TagClassName
{
border-color: #3A410C;
}
</style>