Shades of Turtle Green #3A3F15
Tints of Turtle Green #3A3F15
RGB
CMYK
RGB Variations
Color information
#3A3F15 (or 0x3A3F15) is known color: Turtle Green. HEX triplet: 3A, 3F and 15. RGB value is (58,63,21). Sum of RGB (Red+Green+Blue) = 58+63+21=142 (18% of max value = 765). Red value is 58 (23.05% from 255 or 40.85% from 142); Green value is 63 (25% from 255 or 44.37% from 142); Blue value is 21 (8.59% from 255 or 14.79% from 142); Max value from RGB is 63 - color contains mainly: green. Hex color #3A3F15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3A3F15 is #C5C0EA. Grayscale: #383838. Windows color (decimal): -12959979 or 1392442. OLE color: 1392442.
HSL color Cylindrical-coordinate representation of color #3A3F15: hue angle of 67.14º degrees, saturation: 0.5, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3A3F15 is Cyan = 0.08, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 58 | 63 | 21 | - |
| CMYK | 0.08 | 0 | 0.67 | 0.75 |
| HSL | 67.14º | 0.5% | 0.16% | - |
| HSV(B) | 67.14º | 0.67% | 0.25% | - |
| XYZ | 3.66 | 4.51 | 1.39 | - |
| YUV | 56.72 | 107.84 | 128.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 63 | 21 | 0.08 | 0 | 0.67 | 0.75 | 67.14 | 0.5 | 0.16 |
| Hex | 3A | 3F | 15 | 8 | 0 | 43 | 4B | 43 | 32 | 10 |
| Octal | 72 | 77 | 25 | 10 | 0 | 103 | 113 | 103 | 62 | 20 |
| Binary | 111010 | 111111 | 10101 | 1000 | 0 | 1000011 | 1001011 | 1000011 | 110010 | 10000 |
Color Harmonies of #3A3F15
Complementary color
Monochromatic Colors of #3A3F15
Black with #3A3F15
Text Example
Text Example
White with #3A3F15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A3F15; }
p { color: rgb(58,63,21); }
H1.HeaderClassName
{
color: #3A3F15;
}
.AnyTagClassName
{
color: #3A3F15;
}
</style>
background-color css
<style>
a { background-color: #3A3F15; }
a { background-color: rgb(58,63,21); }
div.DivClassName
{
background-color: #3A3F15;
}
.BgClassName
{
background-color: #3A3F15;
}
</style>
border-color css
<style>
span { border-color: #3A3F15; }
span { border-color: rgb(58,63,21); }
td.TdClassName
{
border-color: #3A3F15;
}
.TagClassName
{
border-color: #3A3F15;
}
</style>