Shades of Jungle Green #3AB385
Tints of Jungle Green #3AB385
RGB
CMYK
RGB Variations
Color information
#3AB385 (or 0x3AB385) is known color: Jungle Green. HEX triplet: 3A, B3 and 85. RGB value is (58,179,133). Sum of RGB (Red+Green+Blue) = 58+179+133=370 (49% of max value = 765). Red value is 58 (23.05% from 255 or 15.68% from 370); Green value is 179 (70.31% from 255 or 48.38% from 370); Blue value is 133 (52.34% from 255 or 35.95% from 370); Max value from RGB is 179 - color contains mainly: green. Hex color #3AB385 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3AB385 is #C54C7A. Grayscale: #898989. Windows color (decimal): -12930171 or 8762170. OLE color: 8762170.
HSL color Cylindrical-coordinate representation of color #3AB385: hue angle of 157.19º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3AB385 is Cyan = 0.68, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 58 | 179 | 133 | - |
| CMYK | 0.68 | 0 | 0.26 | 0.30 |
| HSL | 157.19º | 0.51% | 0.46% | - |
| HSV(B) | 157.19º | 0.68% | 0.7% | - |
| XYZ | 22.1 | 34.83 | 27.75 | - |
| YUV | 137.58 | 125.41 | 71.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 179 | 133 | 0.68 | 0 | 0.26 | 0.30 | 157.19 | 0.51 | 0.46 |
| Hex | 3A | B3 | 85 | 44 | 0 | 1A | 1E | 9D | 33 | 2E |
| Octal | 72 | 263 | 205 | 104 | 0 | 32 | 36 | 235 | 63 | 56 |
| Binary | 111010 | 10110011 | 10000101 | 1000100 | 0 | 11010 | 11110 | 10011101 | 110011 | 101110 |
Color Harmonies of #3AB385
Complementary color
Monochromatic Colors of #3AB385
Black with #3AB385
Text Example
Text Example
White with #3AB385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AB385; }
p { color: rgb(58,179,133); }
H1.HeaderClassName
{
color: #3AB385;
}
.AnyTagClassName
{
color: #3AB385;
}
</style>
background-color css
<style>
a { background-color: #3AB385; }
a { background-color: rgb(58,179,133); }
div.DivClassName
{
background-color: #3AB385;
}
.BgClassName
{
background-color: #3AB385;
}
</style>
border-color css
<style>
span { border-color: #3AB385; }
span { border-color: rgb(58,179,133); }
td.TdClassName
{
border-color: #3AB385;
}
.TagClassName
{
border-color: #3AB385;
}
</style>