Shades of Turtle Green #3A390F
Tints of Turtle Green #3A390F
RGB
CMYK
RGB Variations
Color information
#3A390F (or 0x3A390F) is known color: Turtle Green. HEX triplet: 3A, 39 and 0F. RGB value is (58,57,15). Sum of RGB (Red+Green+Blue) = 58+57+15=130 (17% of max value = 765). Red value is 58 (23.05% from 255 or 44.62% from 130); Green value is 57 (22.66% from 255 or 43.85% from 130); Blue value is 15 (6.25% from 255 or 11.54% from 130); Max value from RGB is 58 - color contains mainly: red. Hex color #3A390F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3A390F is #C5C6F0. Grayscale: #343434. Windows color (decimal): -12961521 or 997690. OLE color: 997690.
HSL color Cylindrical-coordinate representation of color #3A390F: hue angle of 58.6º degrees, saturation: 0.59, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3A390F is Cyan = 0, Magento = 0.02, Yellow = 0.74 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 57 | 15 | - |
| CMYK | 0 | 0.02 | 0.74 | 0.77 |
| HSL | 58.6º | 0.59% | 0.14% | - |
| HSV(B) | 58.6º | 0.74% | 0.23% | - |
| XYZ | 3.29 | 3.86 | 1.02 | - |
| YUV | 52.51 | 106.83 | 131.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 57 | 15 | 0 | 0.02 | 0.74 | 0.77 | 58.6 | 0.59 | 0.14 |
| Hex | 3A | 39 | F | 0 | 2 | 4A | 4D | 3B | 3B | E |
| Octal | 72 | 71 | 17 | 0 | 2 | 112 | 115 | 73 | 73 | 16 |
| Binary | 111010 | 111001 | 1111 | 0 | 10 | 1001010 | 1001101 | 111011 | 111011 | 1110 |
Color Harmonies of #3A390F
Complementary color
Monochromatic Colors of #3A390F
Black with #3A390F
Text Example
Text Example
White with #3A390F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A390F; }
p { color: rgb(58,57,15); }
H1.HeaderClassName
{
color: #3A390F;
}
.AnyTagClassName
{
color: #3A390F;
}
</style>
background-color css
<style>
a { background-color: #3A390F; }
a { background-color: rgb(58,57,15); }
div.DivClassName
{
background-color: #3A390F;
}
.BgClassName
{
background-color: #3A390F;
}
</style>
border-color css
<style>
span { border-color: #3A390F; }
span { border-color: rgb(58,57,15); }
td.TdClassName
{
border-color: #3A390F;
}
.TagClassName
{
border-color: #3A390F;
}
</style>