Shades of Turtle Green #3A481F
Tints of Turtle Green #3A481F
RGB
CMYK
RGB Variations
Color information
#3A481F (or 0x3A481F) is known color: Turtle Green. HEX triplet: 3A, 48 and 1F. RGB value is (58,72,31). Sum of RGB (Red+Green+Blue) = 58+72+31=161 (21% of max value = 765). Red value is 58 (23.05% from 255 or 36.02% from 161); Green value is 72 (28.52% from 255 or 44.72% from 161); Blue value is 31 (12.5% from 255 or 19.25% from 161); Max value from RGB is 72 - color contains mainly: green. Hex color #3A481F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A481F is #C5B7E0. Grayscale: #3F3F3F. Windows color (decimal): -12957665 or 2050106. OLE color: 2050106.
HSL color Cylindrical-coordinate representation of color #3A481F: hue angle of 80.49º degrees, saturation: 0.4, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3A481F is Cyan = 0.19, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 58 | 72 | 31 | - |
| CMYK | 0.19 | 0 | 0.57 | 0.72 |
| HSL | 80.49º | 0.4% | 0.2% | - |
| HSV(B) | 80.49º | 0.57% | 0.28% | - |
| XYZ | 4.31 | 5.63 | 2.16 | - |
| YUV | 63.14 | 109.86 | 124.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 72 | 31 | 0.19 | 0 | 0.57 | 0.72 | 80.49 | 0.4 | 0.2 |
| Hex | 3A | 48 | 1F | 13 | 0 | 39 | 48 | 50 | 28 | 14 |
| Octal | 72 | 110 | 37 | 23 | 0 | 71 | 110 | 120 | 50 | 24 |
| Binary | 111010 | 1001000 | 11111 | 10011 | 0 | 111001 | 1001000 | 1010000 | 101000 | 10100 |
Color Harmonies of #3A481F
Complementary color
Monochromatic Colors of #3A481F
Black with #3A481F
Text Example
Text Example
White with #3A481F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A481F; }
p { color: rgb(58,72,31); }
H1.HeaderClassName
{
color: #3A481F;
}
.AnyTagClassName
{
color: #3A481F;
}
</style>
background-color css
<style>
a { background-color: #3A481F; }
a { background-color: rgb(58,72,31); }
div.DivClassName
{
background-color: #3A481F;
}
.BgClassName
{
background-color: #3A481F;
}
</style>
border-color css
<style>
span { border-color: #3A481F; }
span { border-color: rgb(58,72,31); }
td.TdClassName
{
border-color: #3A481F;
}
.TagClassName
{
border-color: #3A481F;
}
</style>