Shades of Turtle Green #3A491B
Tints of Turtle Green #3A491B
RGB
CMYK
RGB Variations
Color information
#3A491B (or 0x3A491B) is known color: Turtle Green. HEX triplet: 3A, 49 and 1B. RGB value is (58,73,27). Sum of RGB (Red+Green+Blue) = 58+73+27=158 (20% of max value = 765). Red value is 58 (23.05% from 255 or 36.71% from 158); Green value is 73 (28.91% from 255 or 46.20% from 158); Blue value is 27 (10.94% from 255 or 17.09% from 158); Max value from RGB is 73 - color contains mainly: green. Hex color #3A491B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A491B is #C5B6E4. Grayscale: #3F3F3F. Windows color (decimal): -12957413 or 1788218. OLE color: 1788218.
HSL color Cylindrical-coordinate representation of color #3A491B: hue angle of 79.57º degrees, saturation: 0.46, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3A491B is Cyan = 0.21, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 58 | 73 | 27 | - |
| CMYK | 0.21 | 0 | 0.63 | 0.71 |
| HSL | 79.57º | 0.46% | 0.2% | - |
| HSV(B) | 79.57º | 0.63% | 0.29% | - |
| XYZ | 4.33 | 5.74 | 1.92 | - |
| YUV | 63.27 | 107.53 | 124.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 73 | 27 | 0.21 | 0 | 0.63 | 0.71 | 79.57 | 0.46 | 0.2 |
| Hex | 3A | 49 | 1B | 15 | 0 | 3F | 47 | 50 | 2E | 14 |
| Octal | 72 | 111 | 33 | 25 | 0 | 77 | 107 | 120 | 56 | 24 |
| Binary | 111010 | 1001001 | 11011 | 10101 | 0 | 111111 | 1000111 | 1010000 | 101110 | 10100 |
Color Harmonies of #3A491B
Complementary color
Monochromatic Colors of #3A491B
Black with #3A491B
Text Example
Text Example
White with #3A491B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A491B; }
p { color: rgb(58,73,27); }
H1.HeaderClassName
{
color: #3A491B;
}
.AnyTagClassName
{
color: #3A491B;
}
</style>
background-color css
<style>
a { background-color: #3A491B; }
a { background-color: rgb(58,73,27); }
div.DivClassName
{
background-color: #3A491B;
}
.BgClassName
{
background-color: #3A491B;
}
</style>
border-color css
<style>
span { border-color: #3A491B; }
span { border-color: rgb(58,73,27); }
td.TdClassName
{
border-color: #3A491B;
}
.TagClassName
{
border-color: #3A491B;
}
</style>