Shades of Turtle Green #3A461F
Tints of Turtle Green #3A461F
RGB
CMYK
RGB Variations
Color information
#3A461F (or 0x3A461F) is known color: Turtle Green. HEX triplet: 3A, 46 and 1F. RGB value is (58,70,31). Sum of RGB (Red+Green+Blue) = 58+70+31=159 (21% of max value = 765). Red value is 58 (23.05% from 255 or 36.48% from 159); Green value is 70 (27.73% from 255 or 44.03% from 159); Blue value is 31 (12.5% from 255 or 19.50% from 159); Max value from RGB is 70 - color contains mainly: green. Hex color #3A461F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A461F is #C5B9E0. Grayscale: #3E3E3E. Windows color (decimal): -12958177 or 2049594. OLE color: 2049594.
HSL color Cylindrical-coordinate representation of color #3A461F: hue angle of 78.46º degrees, saturation: 0.39, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3A461F is Cyan = 0.17, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 58 | 70 | 31 | - |
| CMYK | 0.17 | 0 | 0.56 | 0.73 |
| HSL | 78.46º | 0.39% | 0.2% | - |
| HSV(B) | 78.46º | 0.56% | 0.27% | - |
| XYZ | 4.18 | 5.38 | 2.11 | - |
| YUV | 61.97 | 110.52 | 125.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 70 | 31 | 0.17 | 0 | 0.56 | 0.73 | 78.46 | 0.39 | 0.2 |
| Hex | 3A | 46 | 1F | 11 | 0 | 38 | 49 | 4E | 27 | 14 |
| Octal | 72 | 106 | 37 | 21 | 0 | 70 | 111 | 116 | 47 | 24 |
| Binary | 111010 | 1000110 | 11111 | 10001 | 0 | 111000 | 1001001 | 1001110 | 100111 | 10100 |
Color Harmonies of #3A461F
Complementary color
Monochromatic Colors of #3A461F
Black with #3A461F
Text Example
Text Example
White with #3A461F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A461F; }
p { color: rgb(58,70,31); }
H1.HeaderClassName
{
color: #3A461F;
}
.AnyTagClassName
{
color: #3A461F;
}
</style>
background-color css
<style>
a { background-color: #3A461F; }
a { background-color: rgb(58,70,31); }
div.DivClassName
{
background-color: #3A461F;
}
.BgClassName
{
background-color: #3A461F;
}
</style>
border-color css
<style>
span { border-color: #3A461F; }
span { border-color: rgb(58,70,31); }
td.TdClassName
{
border-color: #3A461F;
}
.TagClassName
{
border-color: #3A461F;
}
</style>