Shades of Turtle Green #3A441D
Tints of Turtle Green #3A441D
RGB
CMYK
RGB Variations
Color information
#3A441D (or 0x3A441D) is known color: Turtle Green. HEX triplet: 3A, 44 and 1D. RGB value is (58,68,29). Sum of RGB (Red+Green+Blue) = 58+68+29=155 (20% of max value = 765). Red value is 58 (23.05% from 255 or 37.42% from 155); Green value is 68 (26.95% from 255 or 43.87% from 155); Blue value is 29 (11.72% from 255 or 18.71% from 155); Max value from RGB is 68 - color contains mainly: green. Hex color #3A441D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A441D is #C5BBE2. Grayscale: #3C3C3C. Windows color (decimal): -12958691 or 1918010. OLE color: 1918010.
HSL color Cylindrical-coordinate representation of color #3A441D: hue angle of 75.38º degrees, saturation: 0.4, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3A441D is Cyan = 0.15, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 58 | 68 | 29 | - |
| CMYK | 0.15 | 0 | 0.57 | 0.73 |
| HSL | 75.38º | 0.4% | 0.19% | - |
| HSV(B) | 75.38º | 0.57% | 0.27% | - |
| XYZ | 4.03 | 5.12 | 1.94 | - |
| YUV | 60.56 | 110.19 | 126.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 68 | 29 | 0.15 | 0 | 0.57 | 0.73 | 75.38 | 0.4 | 0.19 |
| Hex | 3A | 44 | 1D | F | 0 | 39 | 49 | 4B | 28 | 13 |
| Octal | 72 | 104 | 35 | 17 | 0 | 71 | 111 | 113 | 50 | 23 |
| Binary | 111010 | 1000100 | 11101 | 1111 | 0 | 111001 | 1001001 | 1001011 | 101000 | 10011 |
Color Harmonies of #3A441D
Complementary color
Monochromatic Colors of #3A441D
Black with #3A441D
Text Example
Text Example
White with #3A441D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A441D; }
p { color: rgb(58,68,29); }
H1.HeaderClassName
{
color: #3A441D;
}
.AnyTagClassName
{
color: #3A441D;
}
</style>
background-color css
<style>
a { background-color: #3A441D; }
a { background-color: rgb(58,68,29); }
div.DivClassName
{
background-color: #3A441D;
}
.BgClassName
{
background-color: #3A441D;
}
</style>
border-color css
<style>
span { border-color: #3A441D; }
span { border-color: rgb(58,68,29); }
td.TdClassName
{
border-color: #3A441D;
}
.TagClassName
{
border-color: #3A441D;
}
</style>