Shades of Turtle Green #3A441A
Tints of Turtle Green #3A441A
RGB
CMYK
RGB Variations
Color information
#3A441A (or 0x3A441A) is known color: Turtle Green. HEX triplet: 3A, 44 and 1A. RGB value is (58,68,26). Sum of RGB (Red+Green+Blue) = 58+68+26=152 (20% of max value = 765). Red value is 58 (23.05% from 255 or 38.16% from 152); Green value is 68 (26.95% from 255 or 44.74% from 152); Blue value is 26 (10.55% from 255 or 17.11% from 152); Max value from RGB is 68 - color contains mainly: green. Hex color #3A441A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A441A is #C5BBE5. Grayscale: #3C3C3C. Windows color (decimal): -12958694 or 1721402. OLE color: 1721402.
HSL color Cylindrical-coordinate representation of color #3A441A: hue angle of 74.29º degrees, saturation: 0.45, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3A441A is Cyan = 0.15, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 58 | 68 | 26 | - |
| CMYK | 0.15 | 0 | 0.62 | 0.73 |
| HSL | 74.29º | 0.45% | 0.18% | - |
| HSV(B) | 74.29º | 0.62% | 0.27% | - |
| XYZ | 4 | 5.11 | 1.75 | - |
| YUV | 60.22 | 108.69 | 126.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 68 | 26 | 0.15 | 0 | 0.62 | 0.73 | 74.29 | 0.45 | 0.18 |
| Hex | 3A | 44 | 1A | F | 0 | 3E | 49 | 4A | 2D | 12 |
| Octal | 72 | 104 | 32 | 17 | 0 | 76 | 111 | 112 | 55 | 22 |
| Binary | 111010 | 1000100 | 11010 | 1111 | 0 | 111110 | 1001001 | 1001010 | 101101 | 10010 |
Color Harmonies of #3A441A
Complementary color
Monochromatic Colors of #3A441A
Black with #3A441A
Text Example
Text Example
White with #3A441A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A441A; }
p { color: rgb(58,68,26); }
H1.HeaderClassName
{
color: #3A441A;
}
.AnyTagClassName
{
color: #3A441A;
}
</style>
background-color css
<style>
a { background-color: #3A441A; }
a { background-color: rgb(58,68,26); }
div.DivClassName
{
background-color: #3A441A;
}
.BgClassName
{
background-color: #3A441A;
}
</style>
border-color css
<style>
span { border-color: #3A441A; }
span { border-color: rgb(58,68,26); }
td.TdClassName
{
border-color: #3A441A;
}
.TagClassName
{
border-color: #3A441A;
}
</style>