Shades of Turtle Green #3A431A
Tints of Turtle Green #3A431A
RGB
CMYK
RGB Variations
Color information
#3A431A (or 0x3A431A) is known color: Turtle Green. HEX triplet: 3A, 43 and 1A. RGB value is (58,67,26). Sum of RGB (Red+Green+Blue) = 58+67+26=151 (20% of max value = 765). Red value is 58 (23.05% from 255 or 38.41% from 151); Green value is 67 (26.56% from 255 or 44.37% from 151); Blue value is 26 (10.55% from 255 or 17.22% from 151); Max value from RGB is 67 - color contains mainly: green. Hex color #3A431A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A431A is #C5BCE5. Grayscale: #3B3B3B. Windows color (decimal): -12958950 or 1721146. OLE color: 1721146.
HSL color Cylindrical-coordinate representation of color #3A431A: hue angle of 73.17º degrees, saturation: 0.44, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3A431A is Cyan = 0.13, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 58 | 67 | 26 | - |
| CMYK | 0.13 | 0 | 0.61 | 0.74 |
| HSL | 73.17º | 0.44% | 0.18% | - |
| HSV(B) | 73.17º | 0.61% | 0.26% | - |
| XYZ | 3.94 | 4.99 | 1.73 | - |
| YUV | 59.64 | 109.02 | 126.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 67 | 26 | 0.13 | 0 | 0.61 | 0.74 | 73.17 | 0.44 | 0.18 |
| Hex | 3A | 43 | 1A | D | 0 | 3D | 4A | 49 | 2C | 12 |
| Octal | 72 | 103 | 32 | 15 | 0 | 75 | 112 | 111 | 54 | 22 |
| Binary | 111010 | 1000011 | 11010 | 1101 | 0 | 111101 | 1001010 | 1001001 | 101100 | 10010 |
Color Harmonies of #3A431A
Complementary color
Monochromatic Colors of #3A431A
Black with #3A431A
Text Example
Text Example
White with #3A431A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A431A; }
p { color: rgb(58,67,26); }
H1.HeaderClassName
{
color: #3A431A;
}
.AnyTagClassName
{
color: #3A431A;
}
</style>
background-color css
<style>
a { background-color: #3A431A; }
a { background-color: rgb(58,67,26); }
div.DivClassName
{
background-color: #3A431A;
}
.BgClassName
{
background-color: #3A431A;
}
</style>
border-color css
<style>
span { border-color: #3A431A; }
span { border-color: rgb(58,67,26); }
td.TdClassName
{
border-color: #3A431A;
}
.TagClassName
{
border-color: #3A431A;
}
</style>