Shades of Turtle Green #3A411F
Tints of Turtle Green #3A411F
RGB
CMYK
RGB Variations
Color information
#3A411F (or 0x3A411F) is known color: Turtle Green. HEX triplet: 3A, 41 and 1F. RGB value is (58,65,31). Sum of RGB (Red+Green+Blue) = 58+65+31=154 (20% of max value = 765). Red value is 58 (23.05% from 255 or 37.66% from 154); Green value is 65 (25.78% from 255 or 42.21% from 154); Blue value is 31 (12.5% from 255 or 20.13% from 154); Max value from RGB is 65 - color contains mainly: green. Hex color #3A411F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A411F is #C5BEE0. Grayscale: #3B3B3B. Windows color (decimal): -12959457 or 2048314. OLE color: 2048314.
HSL color Cylindrical-coordinate representation of color #3A411F: hue angle of 72.35º degrees, saturation: 0.35, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #3A411F is Cyan = 0.11, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 58 | 65 | 31 | - |
| CMYK | 0.11 | 0 | 0.52 | 0.75 |
| HSL | 72.35º | 0.35% | 0.19% | - |
| HSV(B) | 72.35º | 0.52% | 0.25% | - |
| XYZ | 3.88 | 4.78 | 2.01 | - |
| YUV | 59.03 | 112.18 | 127.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 65 | 31 | 0.11 | 0 | 0.52 | 0.75 | 72.35 | 0.35 | 0.19 |
| Hex | 3A | 41 | 1F | B | 0 | 34 | 4B | 48 | 23 | 13 |
| Octal | 72 | 101 | 37 | 13 | 0 | 64 | 113 | 110 | 43 | 23 |
| Binary | 111010 | 1000001 | 11111 | 1011 | 0 | 110100 | 1001011 | 1001000 | 100011 | 10011 |
Color Harmonies of #3A411F
Complementary color
Monochromatic Colors of #3A411F
Black with #3A411F
Text Example
Text Example
White with #3A411F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A411F; }
p { color: rgb(58,65,31); }
H1.HeaderClassName
{
color: #3A411F;
}
.AnyTagClassName
{
color: #3A411F;
}
</style>
background-color css
<style>
a { background-color: #3A411F; }
a { background-color: rgb(58,65,31); }
div.DivClassName
{
background-color: #3A411F;
}
.BgClassName
{
background-color: #3A411F;
}
</style>
border-color css
<style>
span { border-color: #3A411F; }
span { border-color: rgb(58,65,31); }
td.TdClassName
{
border-color: #3A411F;
}
.TagClassName
{
border-color: #3A411F;
}
</style>