Shades of Fruit Salad #389E40
Tints of Fruit Salad #389E40
RGB
CMYK
RGB Variations
Color information
#389E40 (or 0x389E40) is known color: Fruit Salad. HEX triplet: 38, 9E and 40. RGB value is (56,158,64). Sum of RGB (Red+Green+Blue) = 56+158+64=278 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.14% from 278); Green value is 158 (62.11% from 255 or 56.83% from 278); Blue value is 64 (25.39% from 255 or 23.02% from 278); Max value from RGB is 158 - color contains mainly: green. Hex color #389E40 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #389E40 is #C761BF. Grayscale: #757575. Windows color (decimal): -13066688 or 4234808. OLE color: 4234808.
HSL color Cylindrical-coordinate representation of color #389E40: hue angle of 124.71º degrees, saturation: 0.48, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #389E40 is Cyan = 0.65, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 56 | 158 | 64 | - |
| CMYK | 0.65 | 0 | 0.59 | 0.38 |
| HSL | 124.71º | 0.48% | 0.42% | - |
| HSV(B) | 124.71º | 0.65% | 0.62% | - |
| XYZ | 14.78 | 25.66 | 9.03 | - |
| YUV | 116.79 | 98.21 | 84.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 158 | 64 | 0.65 | 0 | 0.59 | 0.38 | 124.71 | 0.48 | 0.42 |
| Hex | 38 | 9E | 40 | 41 | 0 | 3B | 26 | 7D | 30 | 2A |
| Octal | 70 | 236 | 100 | 101 | 0 | 73 | 46 | 175 | 60 | 52 |
| Binary | 111000 | 10011110 | 1000000 | 1000001 | 0 | 111011 | 100110 | 1111101 | 110000 | 101010 |
Color Harmonies of #389E40
Complementary color
Monochromatic Colors of #389E40
Black with #389E40
Text Example
Text Example
White with #389E40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #389E40; }
p { color: rgb(56,158,64); }
H1.HeaderClassName
{
color: #389E40;
}
.AnyTagClassName
{
color: #389E40;
}
</style>
background-color css
<style>
a { background-color: #389E40; }
a { background-color: rgb(56,158,64); }
div.DivClassName
{
background-color: #389E40;
}
.BgClassName
{
background-color: #389E40;
}
</style>
border-color css
<style>
span { border-color: #389E40; }
span { border-color: rgb(56,158,64); }
td.TdClassName
{
border-color: #389E40;
}
.TagClassName
{
border-color: #389E40;
}
</style>