Shades of Jungle Green #3AB188
Tints of Jungle Green #3AB188
RGB
CMYK
RGB Variations
Color information
#3AB188 (or 0x3AB188) is known color: Jungle Green. HEX triplet: 3A, B1 and 88. RGB value is (58,177,136). Sum of RGB (Red+Green+Blue) = 58+177+136=371 (49% of max value = 765). Red value is 58 (23.05% from 255 or 15.63% from 371); Green value is 177 (69.53% from 255 or 47.71% from 371); Blue value is 136 (53.52% from 255 or 36.66% from 371); Max value from RGB is 177 - color contains mainly: green. Hex color #3AB188 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3AB188 is #C54E77. Grayscale: #888888. Windows color (decimal): -12930680 or 8958266. OLE color: 8958266.
HSL color Cylindrical-coordinate representation of color #3AB188: hue angle of 159.33º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3AB188 is Cyan = 0.67, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 58 | 177 | 136 | - |
| CMYK | 0.67 | 0 | 0.23 | 0.31 |
| HSL | 159.33º | 0.51% | 0.46% | - |
| HSV(B) | 159.33º | 0.67% | 0.69% | - |
| XYZ | 21.91 | 34.12 | 28.72 | - |
| YUV | 136.75 | 127.58 | 71.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 177 | 136 | 0.67 | 0 | 0.23 | 0.31 | 159.33 | 0.51 | 0.46 |
| Hex | 3A | B1 | 88 | 43 | 0 | 17 | 1F | 9F | 33 | 2E |
| Octal | 72 | 261 | 210 | 103 | 0 | 27 | 37 | 237 | 63 | 56 |
| Binary | 111010 | 10110001 | 10001000 | 1000011 | 0 | 10111 | 11111 | 10011111 | 110011 | 101110 |
Color Harmonies of #3AB188
Complementary color
Monochromatic Colors of #3AB188
Black with #3AB188
Text Example
Text Example
White with #3AB188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AB188; }
p { color: rgb(58,177,136); }
H1.HeaderClassName
{
color: #3AB188;
}
.AnyTagClassName
{
color: #3AB188;
}
</style>
background-color css
<style>
a { background-color: #3AB188; }
a { background-color: rgb(58,177,136); }
div.DivClassName
{
background-color: #3AB188;
}
.BgClassName
{
background-color: #3AB188;
}
</style>
border-color css
<style>
span { border-color: #3AB188; }
span { border-color: rgb(58,177,136); }
td.TdClassName
{
border-color: #3AB188;
}
.TagClassName
{
border-color: #3AB188;
}
</style>