Shades of Fruit Salad #389F3F
Tints of Fruit Salad #389F3F
RGB
CMYK
RGB Variations
Color information
#389F3F (or 0x389F3F) is known color: Fruit Salad. HEX triplet: 38, 9F and 3F. RGB value is (56,159,63). Sum of RGB (Red+Green+Blue) = 56+159+63=278 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.14% from 278); Green value is 159 (62.5% from 255 or 57.19% from 278); Blue value is 63 (25% from 255 or 22.66% from 278); Max value from RGB is 159 - color contains mainly: green. Hex color #389F3F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #389F3F is #C760C0. Grayscale: #757575. Windows color (decimal): -13066433 or 4169528. OLE color: 4169528.
HSL color Cylindrical-coordinate representation of color #389F3F: hue angle of 124.08º 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 #389F3F is Cyan = 0.65, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 56 | 159 | 63 | - |
| CMYK | 0.65 | 0 | 0.60 | 0.38 |
| HSL | 124.08º | 0.48% | 0.42% | - |
| HSV(B) | 124.08º | 0.65% | 0.62% | - |
| XYZ | 14.93 | 26 | 8.93 | - |
| YUV | 117.26 | 97.38 | 84.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 159 | 63 | 0.65 | 0 | 0.60 | 0.38 | 124.08 | 0.48 | 0.42 |
| Hex | 38 | 9F | 3F | 41 | 0 | 3C | 26 | 7C | 30 | 2A |
| Octal | 70 | 237 | 77 | 101 | 0 | 74 | 46 | 174 | 60 | 52 |
| Binary | 111000 | 10011111 | 111111 | 1000001 | 0 | 111100 | 100110 | 1111100 | 110000 | 101010 |
Color Harmonies of #389F3F
Complementary color
Monochromatic Colors of #389F3F
Black with #389F3F
Text Example
Text Example
White with #389F3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #389F3F; }
p { color: rgb(56,159,63); }
H1.HeaderClassName
{
color: #389F3F;
}
.AnyTagClassName
{
color: #389F3F;
}
</style>
background-color css
<style>
a { background-color: #389F3F; }
a { background-color: rgb(56,159,63); }
div.DivClassName
{
background-color: #389F3F;
}
.BgClassName
{
background-color: #389F3F;
}
</style>
border-color css
<style>
span { border-color: #389F3F; }
span { border-color: rgb(56,159,63); }
td.TdClassName
{
border-color: #389F3F;
}
.TagClassName
{
border-color: #389F3F;
}
</style>