Shades of Turtle Green #3A481B
Tints of Turtle Green #3A481B
RGB
CMYK
RGB Variations
Color information
#3A481B (or 0x3A481B) is known color: Turtle Green. HEX triplet: 3A, 48 and 1B. RGB value is (58,72,27). Sum of RGB (Red+Green+Blue) = 58+72+27=157 (20% of max value = 765). Red value is 58 (23.05% from 255 or 36.94% from 157); Green value is 72 (28.52% from 255 or 45.86% from 157); Blue value is 27 (10.94% from 255 or 17.20% from 157); Max value from RGB is 72 - color contains mainly: green. Hex color #3A481B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A481B is #C5B7E4. Grayscale: #3E3E3E. Windows color (decimal): -12957669 or 1787962. OLE color: 1787962.
HSL color Cylindrical-coordinate representation of color #3A481B: hue angle of 78.67º degrees, saturation: 0.45, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3A481B is Cyan = 0.19, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 58 | 72 | 27 | - |
| CMYK | 0.19 | 0 | 0.62 | 0.72 |
| HSL | 78.67º | 0.45% | 0.19% | - |
| HSV(B) | 78.67º | 0.63% | 0.28% | - |
| XYZ | 4.26 | 5.61 | 1.9 | - |
| YUV | 62.68 | 107.86 | 124.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 72 | 27 | 0.19 | 0 | 0.62 | 0.72 | 78.67 | 0.45 | 0.19 |
| Hex | 3A | 48 | 1B | 13 | 0 | 3E | 48 | 4F | 2D | 13 |
| Octal | 72 | 110 | 33 | 23 | 0 | 76 | 110 | 117 | 55 | 23 |
| Binary | 111010 | 1001000 | 11011 | 10011 | 0 | 111110 | 1001000 | 1001111 | 101101 | 10011 |
Color Harmonies of #3A481B
Complementary color
Monochromatic Colors of #3A481B
Black with #3A481B
Text Example
Text Example
White with #3A481B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A481B; }
p { color: rgb(58,72,27); }
H1.HeaderClassName
{
color: #3A481B;
}
.AnyTagClassName
{
color: #3A481B;
}
</style>
background-color css
<style>
a { background-color: #3A481B; }
a { background-color: rgb(58,72,27); }
div.DivClassName
{
background-color: #3A481B;
}
.BgClassName
{
background-color: #3A481B;
}
</style>
border-color css
<style>
span { border-color: #3A481B; }
span { border-color: rgb(58,72,27); }
td.TdClassName
{
border-color: #3A481B;
}
.TagClassName
{
border-color: #3A481B;
}
</style>