Shades of Turtle Green #3A3B19
Tints of Turtle Green #3A3B19
RGB
CMYK
RGB Variations
Color information
#3A3B19 (or 0x3A3B19) is known color: Turtle Green. HEX triplet: 3A, 3B and 19. RGB value is (58,59,25). Sum of RGB (Red+Green+Blue) = 58+59+25=142 (18% of max value = 765). Red value is 58 (23.05% from 255 or 40.85% from 142); Green value is 59 (23.44% from 255 or 41.55% from 142); Blue value is 25 (10.16% from 255 or 17.61% from 142); Max value from RGB is 59 - color contains mainly: green. Hex color #3A3B19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3A3B19 is #C5C4E6. Grayscale: #363636. Windows color (decimal): -12960999 or 1653562. OLE color: 1653562.
HSL color Cylindrical-coordinate representation of color #3A3B19: hue angle of 61.76º degrees, saturation: 0.4, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3A3B19 is Cyan = 0.02, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 59 | 25 | - |
| CMYK | 0.02 | 0 | 0.58 | 0.77 |
| HSL | 61.76º | 0.4% | 0.16% | - |
| HSV(B) | 61.76º | 0.58% | 0.23% | - |
| XYZ | 3.48 | 4.1 | 1.53 | - |
| YUV | 54.83 | 111.17 | 130.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 59 | 25 | 0.02 | 0 | 0.58 | 0.77 | 61.76 | 0.4 | 0.16 |
| Hex | 3A | 3B | 19 | 2 | 0 | 3A | 4D | 3E | 28 | 10 |
| Octal | 72 | 73 | 31 | 2 | 0 | 72 | 115 | 76 | 50 | 20 |
| Binary | 111010 | 111011 | 11001 | 10 | 0 | 111010 | 1001101 | 111110 | 101000 | 10000 |
Color Harmonies of #3A3B19
Complementary color
Monochromatic Colors of #3A3B19
Black with #3A3B19
Text Example
Text Example
White with #3A3B19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A3B19; }
p { color: rgb(58,59,25); }
H1.HeaderClassName
{
color: #3A3B19;
}
.AnyTagClassName
{
color: #3A3B19;
}
</style>
background-color css
<style>
a { background-color: #3A3B19; }
a { background-color: rgb(58,59,25); }
div.DivClassName
{
background-color: #3A3B19;
}
.BgClassName
{
background-color: #3A3B19;
}
</style>
border-color css
<style>
span { border-color: #3A3B19; }
span { border-color: rgb(58,59,25); }
td.TdClassName
{
border-color: #3A3B19;
}
.TagClassName
{
border-color: #3A3B19;
}
</style>