Shades of Turtle Green #3A3D12
Tints of Turtle Green #3A3D12
RGB
CMYK
RGB Variations
Color information
#3A3D12 (or 0x3A3D12) is known color: Turtle Green. HEX triplet: 3A, 3D and 12. RGB value is (58,61,18). Sum of RGB (Red+Green+Blue) = 58+61+18=137 (18% of max value = 765). Red value is 58 (23.05% from 255 or 42.34% from 137); Green value is 61 (24.22% from 255 or 44.53% from 137); Blue value is 18 (7.42% from 255 or 13.14% from 137); Max value from RGB is 61 - color contains mainly: green. Hex color #3A3D12 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3A3D12 is #C5C2ED. Grayscale: #373737. Windows color (decimal): -12960494 or 1195322. OLE color: 1195322.
HSL color Cylindrical-coordinate representation of color #3A3D12: hue angle of 64.19º degrees, saturation: 0.54, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3A3D12 is Cyan = 0.05, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 58 | 61 | 18 | - |
| CMYK | 0.05 | 0 | 0.70 | 0.76 |
| HSL | 64.19º | 0.54% | 0.15% | - |
| HSV(B) | 64.19º | 0.7% | 0.24% | - |
| XYZ | 3.52 | 4.28 | 1.21 | - |
| YUV | 55.2 | 107.01 | 130 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 61 | 18 | 0.05 | 0 | 0.70 | 0.76 | 64.19 | 0.54 | 0.15 |
| Hex | 3A | 3D | 12 | 5 | 0 | 46 | 4C | 40 | 36 | F |
| Octal | 72 | 75 | 22 | 5 | 0 | 106 | 114 | 100 | 66 | 17 |
| Binary | 111010 | 111101 | 10010 | 101 | 0 | 1000110 | 1001100 | 1000000 | 110110 | 1111 |
Color Harmonies of #3A3D12
Complementary color
Monochromatic Colors of #3A3D12
Black with #3A3D12
Text Example
Text Example
White with #3A3D12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A3D12; }
p { color: rgb(58,61,18); }
H1.HeaderClassName
{
color: #3A3D12;
}
.AnyTagClassName
{
color: #3A3D12;
}
</style>
background-color css
<style>
a { background-color: #3A3D12; }
a { background-color: rgb(58,61,18); }
div.DivClassName
{
background-color: #3A3D12;
}
.BgClassName
{
background-color: #3A3D12;
}
</style>
border-color css
<style>
span { border-color: #3A3D12; }
span { border-color: rgb(58,61,18); }
td.TdClassName
{
border-color: #3A3D12;
}
.TagClassName
{
border-color: #3A3D12;
}
</style>