Shades of Turtle Green #3A461B
Tints of Turtle Green #3A461B
RGB
CMYK
RGB Variations
Color information
#3A461B (or 0x3A461B) is known color: Turtle Green. HEX triplet: 3A, 46 and 1B. RGB value is (58,70,27). Sum of RGB (Red+Green+Blue) = 58+70+27=155 (20% of max value = 765). Red value is 58 (23.05% from 255 or 37.42% from 155); Green value is 70 (27.73% from 255 or 45.16% from 155); Blue value is 27 (10.94% from 255 or 17.42% from 155); Max value from RGB is 70 - color contains mainly: green. Hex color #3A461B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A461B is #C5B9E4. Grayscale: #3D3D3D. Windows color (decimal): -12958181 or 1787450. OLE color: 1787450.
HSL color Cylindrical-coordinate representation of color #3A461B: hue angle of 76.74º degrees, saturation: 0.44, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3A461B is Cyan = 0.17, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 58 | 70 | 27 | - |
| CMYK | 0.17 | 0 | 0.61 | 0.73 |
| HSL | 76.74º | 0.44% | 0.19% | - |
| HSV(B) | 76.74º | 0.61% | 0.27% | - |
| XYZ | 4.13 | 5.36 | 1.85 | - |
| YUV | 61.51 | 108.52 | 125.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 70 | 27 | 0.17 | 0 | 0.61 | 0.73 | 76.74 | 0.44 | 0.19 |
| Hex | 3A | 46 | 1B | 11 | 0 | 3D | 49 | 4D | 2C | 13 |
| Octal | 72 | 106 | 33 | 21 | 0 | 75 | 111 | 115 | 54 | 23 |
| Binary | 111010 | 1000110 | 11011 | 10001 | 0 | 111101 | 1001001 | 1001101 | 101100 | 10011 |
Color Harmonies of #3A461B
Complementary color
Monochromatic Colors of #3A461B
Black with #3A461B
Text Example
Text Example
White with #3A461B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A461B; }
p { color: rgb(58,70,27); }
H1.HeaderClassName
{
color: #3A461B;
}
.AnyTagClassName
{
color: #3A461B;
}
</style>
background-color css
<style>
a { background-color: #3A461B; }
a { background-color: rgb(58,70,27); }
div.DivClassName
{
background-color: #3A461B;
}
.BgClassName
{
background-color: #3A461B;
}
</style>
border-color css
<style>
span { border-color: #3A461B; }
span { border-color: rgb(58,70,27); }
td.TdClassName
{
border-color: #3A461B;
}
.TagClassName
{
border-color: #3A461B;
}
</style>