Shades of Turtle Green #3A431C
Tints of Turtle Green #3A431C
RGB
CMYK
RGB Variations
Color information
#3A431C (or 0x3A431C) is known color: Turtle Green. HEX triplet: 3A, 43 and 1C. RGB value is (58,67,28). Sum of RGB (Red+Green+Blue) = 58+67+28=153 (20% of max value = 765). Red value is 58 (23.05% from 255 or 37.91% from 153); Green value is 67 (26.56% from 255 or 43.79% from 153); Blue value is 28 (11.33% from 255 or 18.30% from 153); Max value from RGB is 67 - color contains mainly: green. Hex color #3A431C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A431C is #C5BCE3. Grayscale: #3C3C3C. Windows color (decimal): -12958948 or 1852218. OLE color: 1852218.
HSL color Cylindrical-coordinate representation of color #3A431C: hue angle of 73.85º degrees, saturation: 0.41, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3A431C is Cyan = 0.13, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 58 | 67 | 28 | - |
| CMYK | 0.13 | 0 | 0.58 | 0.74 |
| HSL | 73.85º | 0.41% | 0.19% | - |
| HSV(B) | 73.85º | 0.58% | 0.26% | - |
| XYZ | 3.96 | 5 | 1.85 | - |
| YUV | 59.86 | 110.02 | 126.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 67 | 28 | 0.13 | 0 | 0.58 | 0.74 | 73.85 | 0.41 | 0.19 |
| Hex | 3A | 43 | 1C | D | 0 | 3A | 4A | 4A | 29 | 13 |
| Octal | 72 | 103 | 34 | 15 | 0 | 72 | 112 | 112 | 51 | 23 |
| Binary | 111010 | 1000011 | 11100 | 1101 | 0 | 111010 | 1001010 | 1001010 | 101001 | 10011 |
Color Harmonies of #3A431C
Complementary color
Monochromatic Colors of #3A431C
Black with #3A431C
Text Example
Text Example
White with #3A431C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A431C; }
p { color: rgb(58,67,28); }
H1.HeaderClassName
{
color: #3A431C;
}
.AnyTagClassName
{
color: #3A431C;
}
</style>
background-color css
<style>
a { background-color: #3A431C; }
a { background-color: rgb(58,67,28); }
div.DivClassName
{
background-color: #3A431C;
}
.BgClassName
{
background-color: #3A431C;
}
</style>
border-color css
<style>
span { border-color: #3A431C; }
span { border-color: rgb(58,67,28); }
td.TdClassName
{
border-color: #3A431C;
}
.TagClassName
{
border-color: #3A431C;
}
</style>