Shades of Fruit Salad #389542
Tints of Fruit Salad #389542
RGB
CMYK
RGB Variations
Color information
#389542 (or 0x389542) is known color: Fruit Salad. HEX triplet: 38, 95 and 42. RGB value is (56,149,66). Sum of RGB (Red+Green+Blue) = 56+149+66=271 (35% of max value = 765). Red value is 56 (22.27% from 255 or 20.66% from 271); Green value is 149 (58.59% from 255 or 54.98% from 271); Blue value is 66 (26.17% from 255 or 24.35% from 271); Max value from RGB is 149 - color contains mainly: green. Hex color #389542 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #389542 is #C76ABD. Grayscale: #6F6F6F. Windows color (decimal): -13068990 or 4363576. OLE color: 4363576.
HSL color Cylindrical-coordinate representation of color #389542: hue angle of 126.45º degrees, saturation: 0.45, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #389542 is Cyan = 0.62, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 56 | 149 | 66 | - |
| CMYK | 0.62 | 0 | 0.56 | 0.42 |
| HSL | 126.45º | 0.45% | 0.4% | - |
| HSV(B) | 126.45º | 0.62% | 0.58% | - |
| XYZ | 13.36 | 22.73 | 8.84 | - |
| YUV | 111.73 | 102.19 | 88.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 149 | 66 | 0.62 | 0 | 0.56 | 0.42 | 126.45 | 0.45 | 0.4 |
| Hex | 38 | 95 | 42 | 3E | 0 | 38 | 2A | 7E | 2D | 28 |
| Octal | 70 | 225 | 102 | 76 | 0 | 70 | 52 | 176 | 55 | 50 |
| Binary | 111000 | 10010101 | 1000010 | 111110 | 0 | 111000 | 101010 | 1111110 | 101101 | 101000 |
Color Harmonies of #389542
Complementary color
Monochromatic Colors of #389542
Black with #389542
Text Example
Text Example
White with #389542
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #389542; }
p { color: rgb(56,149,66); }
H1.HeaderClassName
{
color: #389542;
}
.AnyTagClassName
{
color: #389542;
}
</style>
background-color css
<style>
a { background-color: #389542; }
a { background-color: rgb(56,149,66); }
div.DivClassName
{
background-color: #389542;
}
.BgClassName
{
background-color: #389542;
}
</style>
border-color css
<style>
span { border-color: #389542; }
span { border-color: rgb(56,149,66); }
td.TdClassName
{
border-color: #389542;
}
.TagClassName
{
border-color: #389542;
}
</style>