Shades of Turtle Green #3A3D16
Tints of Turtle Green #3A3D16
RGB
CMYK
RGB Variations
Color information
#3A3D16 (or 0x3A3D16) is known color: Turtle Green. HEX triplet: 3A, 3D and 16. RGB value is (58,61,22). Sum of RGB (Red+Green+Blue) = 58+61+22=141 (18% of max value = 765). Red value is 58 (23.05% from 255 or 41.13% from 141); Green value is 61 (24.22% from 255 or 43.26% from 141); Blue value is 22 (8.98% from 255 or 15.60% from 141); Max value from RGB is 61 - color contains mainly: green. Hex color #3A3D16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3A3D16 is #C5C2E9. Grayscale: #373737. Windows color (decimal): -12960490 or 1457466. OLE color: 1457466.
HSL color Cylindrical-coordinate representation of color #3A3D16: hue angle of 64.62º degrees, saturation: 0.47, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3A3D16 is Cyan = 0.05, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 58 | 61 | 22 | - |
| CMYK | 0.05 | 0 | 0.64 | 0.76 |
| HSL | 64.62º | 0.47% | 0.16% | - |
| HSV(B) | 64.62º | 0.64% | 0.24% | - |
| XYZ | 3.56 | 4.29 | 1.4 | - |
| YUV | 55.66 | 109.01 | 129.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 61 | 22 | 0.05 | 0 | 0.64 | 0.76 | 64.62 | 0.47 | 0.16 |
| Hex | 3A | 3D | 16 | 5 | 0 | 40 | 4C | 41 | 2F | 10 |
| Octal | 72 | 75 | 26 | 5 | 0 | 100 | 114 | 101 | 57 | 20 |
| Binary | 111010 | 111101 | 10110 | 101 | 0 | 1000000 | 1001100 | 1000001 | 101111 | 10000 |
Color Harmonies of #3A3D16
Complementary color
Monochromatic Colors of #3A3D16
Black with #3A3D16
Text Example
Text Example
White with #3A3D16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A3D16; }
p { color: rgb(58,61,22); }
H1.HeaderClassName
{
color: #3A3D16;
}
.AnyTagClassName
{
color: #3A3D16;
}
</style>
background-color css
<style>
a { background-color: #3A3D16; }
a { background-color: rgb(58,61,22); }
div.DivClassName
{
background-color: #3A3D16;
}
.BgClassName
{
background-color: #3A3D16;
}
</style>
border-color css
<style>
span { border-color: #3A3D16; }
span { border-color: rgb(58,61,22); }
td.TdClassName
{
border-color: #3A3D16;
}
.TagClassName
{
border-color: #3A3D16;
}
</style>