Shades of Turtle Green #3A3E11
Tints of Turtle Green #3A3E11
RGB
CMYK
RGB Variations
Color information
#3A3E11 (or 0x3A3E11) is known color: Turtle Green. HEX triplet: 3A, 3E and 11. RGB value is (58,62,17). Sum of RGB (Red+Green+Blue) = 58+62+17=137 (18% of max value = 765). Red value is 58 (23.05% from 255 or 42.34% from 137); Green value is 62 (24.61% from 255 or 45.26% from 137); Blue value is 17 (7.03% from 255 or 12.41% from 137); Max value from RGB is 62 - color contains mainly: green. Hex color #3A3E11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3A3E11 is #C5C1EE. Grayscale: #373737. Windows color (decimal): -12960239 or 1130042. OLE color: 1130042.
HSL color Cylindrical-coordinate representation of color #3A3E11: hue angle of 65.33º degrees, saturation: 0.57, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3A3E11 is Cyan = 0.06, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 58 | 62 | 17 | - |
| CMYK | 0.06 | 0 | 0.73 | 0.76 |
| HSL | 65.33º | 0.57% | 0.15% | - |
| HSV(B) | 65.33º | 0.73% | 0.24% | - |
| XYZ | 3.57 | 4.39 | 1.19 | - |
| YUV | 55.67 | 106.17 | 129.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 62 | 17 | 0.06 | 0 | 0.73 | 0.76 | 65.33 | 0.57 | 0.15 |
| Hex | 3A | 3E | 11 | 6 | 0 | 49 | 4C | 41 | 39 | F |
| Octal | 72 | 76 | 21 | 6 | 0 | 111 | 114 | 101 | 71 | 17 |
| Binary | 111010 | 111110 | 10001 | 110 | 0 | 1001001 | 1001100 | 1000001 | 111001 | 1111 |
Color Harmonies of #3A3E11
Complementary color
Monochromatic Colors of #3A3E11
Black with #3A3E11
Text Example
Text Example
White with #3A3E11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A3E11; }
p { color: rgb(58,62,17); }
H1.HeaderClassName
{
color: #3A3E11;
}
.AnyTagClassName
{
color: #3A3E11;
}
</style>
background-color css
<style>
a { background-color: #3A3E11; }
a { background-color: rgb(58,62,17); }
div.DivClassName
{
background-color: #3A3E11;
}
.BgClassName
{
background-color: #3A3E11;
}
</style>
border-color css
<style>
span { border-color: #3A3E11; }
span { border-color: rgb(58,62,17); }
td.TdClassName
{
border-color: #3A3E11;
}
.TagClassName
{
border-color: #3A3E11;
}
</style>