Shades of Turtle Green #3A3D1E
Tints of Turtle Green #3A3D1E
RGB
CMYK
RGB Variations
Color information
#3A3D1E (or 0x3A3D1E) is known color: Turtle Green. HEX triplet: 3A, 3D and 1E. RGB value is (58,61,30). Sum of RGB (Red+Green+Blue) = 58+61+30=149 (19% of max value = 765). Red value is 58 (23.05% from 255 or 38.93% from 149); Green value is 61 (24.22% from 255 or 40.94% from 149); Blue value is 30 (12.11% from 255 or 20.13% from 149); Max value from RGB is 61 - color contains mainly: green. Hex color #3A3D1E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A3D1E is #C5C2E1. Grayscale: #383838. Windows color (decimal): -12960482 or 1981754. OLE color: 1981754.
HSL color Cylindrical-coordinate representation of color #3A3D1E: hue angle of 65.81º degrees, saturation: 0.34, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #3A3D1E is Cyan = 0.05, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 58 | 61 | 30 | - |
| CMYK | 0.05 | 0 | 0.51 | 0.76 |
| HSL | 65.81º | 0.34% | 0.18% | - |
| HSV(B) | 65.81º | 0.51% | 0.24% | - |
| XYZ | 3.65 | 4.33 | 1.87 | - |
| YUV | 56.57 | 113.01 | 129.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 61 | 30 | 0.05 | 0 | 0.51 | 0.76 | 65.81 | 0.34 | 0.18 |
| Hex | 3A | 3D | 1E | 5 | 0 | 33 | 4C | 42 | 22 | 12 |
| Octal | 72 | 75 | 36 | 5 | 0 | 63 | 114 | 102 | 42 | 22 |
| Binary | 111010 | 111101 | 11110 | 101 | 0 | 110011 | 1001100 | 1000010 | 100010 | 10010 |
Color Harmonies of #3A3D1E
Complementary color
Monochromatic Colors of #3A3D1E
Black with #3A3D1E
Text Example
Text Example
White with #3A3D1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A3D1E; }
p { color: rgb(58,61,30); }
H1.HeaderClassName
{
color: #3A3D1E;
}
.AnyTagClassName
{
color: #3A3D1E;
}
</style>
background-color css
<style>
a { background-color: #3A3D1E; }
a { background-color: rgb(58,61,30); }
div.DivClassName
{
background-color: #3A3D1E;
}
.BgClassName
{
background-color: #3A3D1E;
}
</style>
border-color css
<style>
span { border-color: #3A3D1E; }
span { border-color: rgb(58,61,30); }
td.TdClassName
{
border-color: #3A3D1E;
}
.TagClassName
{
border-color: #3A3D1E;
}
</style>