Shades of Turtle Green #3A441E
Tints of Turtle Green #3A441E
RGB
CMYK
RGB Variations
Color information
#3A441E (or 0x3A441E) is known color: Turtle Green. HEX triplet: 3A, 44 and 1E. RGB value is (58,68,30). Sum of RGB (Red+Green+Blue) = 58+68+30=156 (20% of max value = 765). Red value is 58 (23.05% from 255 or 37.18% from 156); Green value is 68 (26.95% from 255 or 43.59% from 156); Blue value is 30 (12.11% from 255 or 19.23% from 156); Max value from RGB is 68 - color contains mainly: green. Hex color #3A441E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A441E is #C5BBE1. Grayscale: #3C3C3C. Windows color (decimal): -12958690 or 1983546. OLE color: 1983546.
HSL color Cylindrical-coordinate representation of color #3A441E: hue angle of 75.79º degrees, saturation: 0.39, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3A441E is Cyan = 0.15, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 58 | 68 | 30 | - |
| CMYK | 0.15 | 0 | 0.56 | 0.73 |
| HSL | 75.79º | 0.39% | 0.19% | - |
| HSV(B) | 75.79º | 0.56% | 0.27% | - |
| XYZ | 4.05 | 5.13 | 2 | - |
| YUV | 60.68 | 110.69 | 126.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 68 | 30 | 0.15 | 0 | 0.56 | 0.73 | 75.79 | 0.39 | 0.19 |
| Hex | 3A | 44 | 1E | F | 0 | 38 | 49 | 4C | 27 | 13 |
| Octal | 72 | 104 | 36 | 17 | 0 | 70 | 111 | 114 | 47 | 23 |
| Binary | 111010 | 1000100 | 11110 | 1111 | 0 | 111000 | 1001001 | 1001100 | 100111 | 10011 |
Color Harmonies of #3A441E
Complementary color
Monochromatic Colors of #3A441E
Black with #3A441E
Text Example
Text Example
White with #3A441E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A441E; }
p { color: rgb(58,68,30); }
H1.HeaderClassName
{
color: #3A441E;
}
.AnyTagClassName
{
color: #3A441E;
}
</style>
background-color css
<style>
a { background-color: #3A441E; }
a { background-color: rgb(58,68,30); }
div.DivClassName
{
background-color: #3A441E;
}
.BgClassName
{
background-color: #3A441E;
}
</style>
border-color css
<style>
span { border-color: #3A441E; }
span { border-color: rgb(58,68,30); }
td.TdClassName
{
border-color: #3A441E;
}
.TagClassName
{
border-color: #3A441E;
}
</style>