Shades of Turtle Green #3A4E17
Tints of Turtle Green #3A4E17
RGB
CMYK
RGB Variations
Color information
#3A4E17 (or 0x3A4E17) is known color: Turtle Green. HEX triplet: 3A, 4E and 17. RGB value is (58,78,23). Sum of RGB (Red+Green+Blue) = 58+78+23=159 (21% of max value = 765). Red value is 58 (23.05% from 255 or 36.48% from 159); Green value is 78 (30.86% from 255 or 49.06% from 159); Blue value is 23 (9.38% from 255 or 14.47% from 159); Max value from RGB is 78 - color contains mainly: green. Hex color #3A4E17 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3A4E17 is #C5B1E8. Grayscale: #414141. Windows color (decimal): -12956137 or 1527354. OLE color: 1527354.
HSL color Cylindrical-coordinate representation of color #3A4E17: hue angle of 81.82º degrees, saturation: 0.54, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3A4E17 is Cyan = 0.26, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 58 | 78 | 23 | - |
| CMYK | 0.26 | 0 | 0.71 | 0.69 |
| HSL | 81.82º | 0.54% | 0.2% | - |
| HSV(B) | 81.82º | 0.71% | 0.31% | - |
| XYZ | 4.62 | 6.41 | 1.8 | - |
| YUV | 65.75 | 103.87 | 122.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 78 | 23 | 0.26 | 0 | 0.71 | 0.69 | 81.82 | 0.54 | 0.2 |
| Hex | 3A | 4E | 17 | 1A | 0 | 47 | 45 | 52 | 36 | 14 |
| Octal | 72 | 116 | 27 | 32 | 0 | 107 | 105 | 122 | 66 | 24 |
| Binary | 111010 | 1001110 | 10111 | 11010 | 0 | 1000111 | 1000101 | 1010010 | 110110 | 10100 |
Color Harmonies of #3A4E17
Complementary color
Monochromatic Colors of #3A4E17
Black with #3A4E17
Text Example
Text Example
White with #3A4E17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A4E17; }
p { color: rgb(58,78,23); }
H1.HeaderClassName
{
color: #3A4E17;
}
.AnyTagClassName
{
color: #3A4E17;
}
</style>
background-color css
<style>
a { background-color: #3A4E17; }
a { background-color: rgb(58,78,23); }
div.DivClassName
{
background-color: #3A4E17;
}
.BgClassName
{
background-color: #3A4E17;
}
</style>
border-color css
<style>
span { border-color: #3A4E17; }
span { border-color: rgb(58,78,23); }
td.TdClassName
{
border-color: #3A4E17;
}
.TagClassName
{
border-color: #3A4E17;
}
</style>