Shades of Turtle Green #3A3F19
Tints of Turtle Green #3A3F19
RGB
CMYK
RGB Variations
Color information
#3A3F19 (or 0x3A3F19) is known color: Turtle Green. HEX triplet: 3A, 3F and 19. RGB value is (58,63,25). Sum of RGB (Red+Green+Blue) = 58+63+25=146 (19% of max value = 765). Red value is 58 (23.05% from 255 or 39.73% from 146); Green value is 63 (25% from 255 or 43.15% from 146); Blue value is 25 (10.16% from 255 or 17.12% from 146); Max value from RGB is 63 - color contains mainly: green. Hex color #3A3F19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3A3F19 is #C5C0E6. Grayscale: #393939. Windows color (decimal): -12959975 or 1654586. OLE color: 1654586.
HSL color Cylindrical-coordinate representation of color #3A3F19: hue angle of 67.89º degrees, saturation: 0.43, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3A3F19 is Cyan = 0.08, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 58 | 63 | 25 | - |
| CMYK | 0.08 | 0 | 0.60 | 0.75 |
| HSL | 67.89º | 0.43% | 0.17% | - |
| HSV(B) | 67.89º | 0.6% | 0.25% | - |
| XYZ | 3.7 | 4.52 | 1.6 | - |
| YUV | 57.17 | 109.84 | 128.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 63 | 25 | 0.08 | 0 | 0.60 | 0.75 | 67.89 | 0.43 | 0.17 |
| Hex | 3A | 3F | 19 | 8 | 0 | 3C | 4B | 44 | 2B | 11 |
| Octal | 72 | 77 | 31 | 10 | 0 | 74 | 113 | 104 | 53 | 21 |
| Binary | 111010 | 111111 | 11001 | 1000 | 0 | 111100 | 1001011 | 1000100 | 101011 | 10001 |
Color Harmonies of #3A3F19
Complementary color
Monochromatic Colors of #3A3F19
Black with #3A3F19
Text Example
Text Example
White with #3A3F19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A3F19; }
p { color: rgb(58,63,25); }
H1.HeaderClassName
{
color: #3A3F19;
}
.AnyTagClassName
{
color: #3A3F19;
}
</style>
background-color css
<style>
a { background-color: #3A3F19; }
a { background-color: rgb(58,63,25); }
div.DivClassName
{
background-color: #3A3F19;
}
.BgClassName
{
background-color: #3A3F19;
}
</style>
border-color css
<style>
span { border-color: #3A3F19; }
span { border-color: rgb(58,63,25); }
td.TdClassName
{
border-color: #3A3F19;
}
.TagClassName
{
border-color: #3A3F19;
}
</style>