Shades of Jungle Green #38B584
Tints of Jungle Green #38B584
RGB
CMYK
RGB Variations
Color information
#38B584 (or 0x38B584) is known color: Jungle Green. HEX triplet: 38, B5 and 84. RGB value is (56,181,132). Sum of RGB (Red+Green+Blue) = 56+181+132=369 (48% of max value = 765). Red value is 56 (22.27% from 255 or 15.18% from 369); Green value is 181 (71.09% from 255 or 49.05% from 369); Blue value is 132 (51.95% from 255 or 35.77% from 369); Max value from RGB is 181 - color contains mainly: green. Hex color #38B584 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #38B584 is #C74A7B. Grayscale: #8A8A8A. Windows color (decimal): -13060732 or 8697144. OLE color: 8697144.
HSL color Cylindrical-coordinate representation of color #38B584: hue angle of 156.48º degrees, saturation: 0.53, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #38B584 is Cyan = 0.69, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 56 | 181 | 132 | - |
| CMYK | 0.69 | 0 | 0.27 | 0.29 |
| HSL | 156.48º | 0.53% | 0.46% | - |
| HSV(B) | 156.48º | 0.69% | 0.71% | - |
| XYZ | 22.32 | 35.55 | 27.52 | - |
| YUV | 138.04 | 124.59 | 69.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 181 | 132 | 0.69 | 0 | 0.27 | 0.29 | 156.48 | 0.53 | 0.46 |
| Hex | 38 | B5 | 84 | 45 | 0 | 1B | 1D | 9C | 35 | 2E |
| Octal | 70 | 265 | 204 | 105 | 0 | 33 | 35 | 234 | 65 | 56 |
| Binary | 111000 | 10110101 | 10000100 | 1000101 | 0 | 11011 | 11101 | 10011100 | 110101 | 101110 |
Color Harmonies of #38B584
Complementary color
Monochromatic Colors of #38B584
Black with #38B584
Text Example
Text Example
White with #38B584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38B584; }
p { color: rgb(56,181,132); }
H1.HeaderClassName
{
color: #38B584;
}
.AnyTagClassName
{
color: #38B584;
}
</style>
background-color css
<style>
a { background-color: #38B584; }
a { background-color: rgb(56,181,132); }
div.DivClassName
{
background-color: #38B584;
}
.BgClassName
{
background-color: #38B584;
}
</style>
border-color css
<style>
span { border-color: #38B584; }
span { border-color: rgb(56,181,132); }
td.TdClassName
{
border-color: #38B584;
}
.TagClassName
{
border-color: #38B584;
}
</style>