Shades of Jungle Green #3AB18C
Tints of Jungle Green #3AB18C
RGB
CMYK
RGB Variations
Color information
#3AB18C (or 0x3AB18C) is known color: Jungle Green. HEX triplet: 3A, B1 and 8C. RGB value is (58,177,140). Sum of RGB (Red+Green+Blue) = 58+177+140=375 (49% of max value = 765). Red value is 58 (23.05% from 255 or 15.47% from 375); Green value is 177 (69.53% from 255 or 47.2% from 375); Blue value is 140 (55.08% from 255 or 37.33% from 375); Max value from RGB is 177 - color contains mainly: green. Hex color #3AB18C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3AB18C is #C54E73. Grayscale: #898989. Windows color (decimal): -12930676 or 9220410. OLE color: 9220410.
HSL color Cylindrical-coordinate representation of color #3AB18C: hue angle of 161.34º 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 #3AB18C is Cyan = 0.67, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 58 | 177 | 140 | - |
| CMYK | 0.67 | 0 | 0.21 | 0.31 |
| HSL | 161.34º | 0.51% | 0.46% | - |
| HSV(B) | 161.34º | 0.67% | 0.69% | - |
| XYZ | 22.2 | 34.24 | 30.25 | - |
| YUV | 137.2 | 129.58 | 71.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 177 | 140 | 0.67 | 0 | 0.21 | 0.31 | 161.34 | 0.51 | 0.46 |
| Hex | 3A | B1 | 8C | 43 | 0 | 15 | 1F | A1 | 33 | 2E |
| Octal | 72 | 261 | 214 | 103 | 0 | 25 | 37 | 241 | 63 | 56 |
| Binary | 111010 | 10110001 | 10001100 | 1000011 | 0 | 10101 | 11111 | 10100001 | 110011 | 101110 |
Color Harmonies of #3AB18C
Complementary color
Monochromatic Colors of #3AB18C
Black with #3AB18C
Text Example
Text Example
White with #3AB18C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AB18C; }
p { color: rgb(58,177,140); }
H1.HeaderClassName
{
color: #3AB18C;
}
.AnyTagClassName
{
color: #3AB18C;
}
</style>
background-color css
<style>
a { background-color: #3AB18C; }
a { background-color: rgb(58,177,140); }
div.DivClassName
{
background-color: #3AB18C;
}
.BgClassName
{
background-color: #3AB18C;
}
</style>
border-color css
<style>
span { border-color: #3AB18C; }
span { border-color: rgb(58,177,140); }
td.TdClassName
{
border-color: #3AB18C;
}
.TagClassName
{
border-color: #3AB18C;
}
</style>