Shades of Jungle Green #3FB88B
Tints of Jungle Green #3FB88B
RGB
CMYK
RGB Variations
Color information
#3FB88B (or 0x3FB88B) is known color: Jungle Green. HEX triplet: 3F, B8 and 8B. RGB value is (63,184,139). Sum of RGB (Red+Green+Blue) = 63+184+139=386 (51% of max value = 765). Red value is 63 (25% from 255 or 16.32% from 386); Green value is 184 (72.27% from 255 or 47.67% from 386); Blue value is 139 (54.69% from 255 or 36.01% from 386); Max value from RGB is 184 - color contains mainly: green. Hex color #3FB88B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3FB88B is #C04774. Grayscale: #8E8E8E. Windows color (decimal): -12601205 or 9156671. OLE color: 9156671.
HSL color Cylindrical-coordinate representation of color #3FB88B: hue angle of 157.69º degrees, saturation: 0.49, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3FB88B is Cyan = 0.66, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 63 | 184 | 139 | - |
| CMYK | 0.66 | 0 | 0.24 | 0.28 |
| HSL | 157.69º | 0.49% | 0.48% | - |
| HSV(B) | 157.69º | 0.66% | 0.72% | - |
| XYZ | 23.85 | 37.2 | 30.35 | - |
| YUV | 142.69 | 125.91 | 71.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 184 | 139 | 0.66 | 0 | 0.24 | 0.28 | 157.69 | 0.49 | 0.48 |
| Hex | 3F | B8 | 8B | 42 | 0 | 18 | 1C | 9E | 31 | 30 |
| Octal | 77 | 270 | 213 | 102 | 0 | 30 | 34 | 236 | 61 | 60 |
| Binary | 111111 | 10111000 | 10001011 | 1000010 | 0 | 11000 | 11100 | 10011110 | 110001 | 110000 |
Color Harmonies of #3FB88B
Complementary color
Monochromatic Colors of #3FB88B
Black with #3FB88B
Text Example
Text Example
White with #3FB88B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FB88B; }
p { color: rgb(63,184,139); }
H1.HeaderClassName
{
color: #3FB88B;
}
.AnyTagClassName
{
color: #3FB88B;
}
</style>
background-color css
<style>
a { background-color: #3FB88B; }
a { background-color: rgb(63,184,139); }
div.DivClassName
{
background-color: #3FB88B;
}
.BgClassName
{
background-color: #3FB88B;
}
</style>
border-color css
<style>
span { border-color: #3FB88B; }
span { border-color: rgb(63,184,139); }
td.TdClassName
{
border-color: #3FB88B;
}
.TagClassName
{
border-color: #3FB88B;
}
</style>