Shades of Turtle Green #3A480F
Tints of Turtle Green #3A480F
RGB
CMYK
RGB Variations
Color information
#3A480F (or 0x3A480F) is known color: Turtle Green. HEX triplet: 3A, 48 and 0F. RGB value is (58,72,15). Sum of RGB (Red+Green+Blue) = 58+72+15=145 (19% of max value = 765). Red value is 58 (23.05% from 255 or 40% from 145); Green value is 72 (28.52% from 255 or 49.66% from 145); Blue value is 15 (6.25% from 255 or 10.34% from 145); Max value from RGB is 72 - color contains mainly: green. Hex color #3A480F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3A480F is #C5B7F0. Grayscale: #3D3D3D. Windows color (decimal): -12957681 or 1001530. OLE color: 1001530.
HSL color Cylindrical-coordinate representation of color #3A480F: hue angle of 74.74º degrees, saturation: 0.66, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3A480F is Cyan = 0.19, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 58 | 72 | 15 | - |
| CMYK | 0.19 | 0 | 0.79 | 0.72 |
| HSL | 74.74º | 0.66% | 0.17% | - |
| HSV(B) | 74.74º | 0.79% | 0.28% | - |
| XYZ | 4.15 | 5.57 | 1.31 | - |
| YUV | 61.32 | 101.86 | 125.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 72 | 15 | 0.19 | 0 | 0.79 | 0.72 | 74.74 | 0.66 | 0.17 |
| Hex | 3A | 48 | F | 13 | 0 | 4F | 48 | 4B | 42 | 11 |
| Octal | 72 | 110 | 17 | 23 | 0 | 117 | 110 | 113 | 102 | 21 |
| Binary | 111010 | 1001000 | 1111 | 10011 | 0 | 1001111 | 1001000 | 1001011 | 1000010 | 10001 |
Color Harmonies of #3A480F
Complementary color
Monochromatic Colors of #3A480F
Black with #3A480F
Text Example
Text Example
White with #3A480F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A480F; }
p { color: rgb(58,72,15); }
H1.HeaderClassName
{
color: #3A480F;
}
.AnyTagClassName
{
color: #3A480F;
}
</style>
background-color css
<style>
a { background-color: #3A480F; }
a { background-color: rgb(58,72,15); }
div.DivClassName
{
background-color: #3A480F;
}
.BgClassName
{
background-color: #3A480F;
}
</style>
border-color css
<style>
span { border-color: #3A480F; }
span { border-color: rgb(58,72,15); }
td.TdClassName
{
border-color: #3A480F;
}
.TagClassName
{
border-color: #3A480F;
}
</style>