Shades of Jungle Green #38B788
Tints of Jungle Green #38B788
RGB
CMYK
RGB Variations
Color information
#38B788 (or 0x38B788) is known color: Jungle Green. HEX triplet: 38, B7 and 88. RGB value is (56,183,136). Sum of RGB (Red+Green+Blue) = 56+183+136=375 (49% of max value = 765). Red value is 56 (22.27% from 255 or 14.93% from 375); Green value is 183 (71.88% from 255 or 48.8% from 375); Blue value is 136 (53.52% from 255 or 36.27% from 375); Max value from RGB is 183 - color contains mainly: green. Hex color #38B788 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #38B788 is #C74877. Grayscale: #8B8B8B. Windows color (decimal): -13060216 or 8959800. OLE color: 8959800.
HSL color Cylindrical-coordinate representation of color #38B788: hue angle of 157.8º degrees, saturation: 0.53, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #38B788 is Cyan = 0.69, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 56 | 183 | 136 | - |
| CMYK | 0.69 | 0 | 0.26 | 0.28 |
| HSL | 157.8º | 0.53% | 0.47% | - |
| HSV(B) | 157.8º | 0.69% | 0.72% | - |
| XYZ | 23.01 | 36.49 | 29.12 | - |
| YUV | 139.67 | 125.92 | 68.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 183 | 136 | 0.69 | 0 | 0.26 | 0.28 | 157.8 | 0.53 | 0.47 |
| Hex | 38 | B7 | 88 | 45 | 0 | 1A | 1C | 9E | 35 | 2F |
| Octal | 70 | 267 | 210 | 105 | 0 | 32 | 34 | 236 | 65 | 57 |
| Binary | 111000 | 10110111 | 10001000 | 1000101 | 0 | 11010 | 11100 | 10011110 | 110101 | 101111 |
Color Harmonies of #38B788
Complementary color
Monochromatic Colors of #38B788
Black with #38B788
Text Example
Text Example
White with #38B788
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38B788; }
p { color: rgb(56,183,136); }
H1.HeaderClassName
{
color: #38B788;
}
.AnyTagClassName
{
color: #38B788;
}
</style>
background-color css
<style>
a { background-color: #38B788; }
a { background-color: rgb(56,183,136); }
div.DivClassName
{
background-color: #38B788;
}
.BgClassName
{
background-color: #38B788;
}
</style>
border-color css
<style>
span { border-color: #38B788; }
span { border-color: rgb(56,183,136); }
td.TdClassName
{
border-color: #38B788;
}
.TagClassName
{
border-color: #38B788;
}
</style>