Shades of Fruit Salad #389D45
Tints of Fruit Salad #389D45
RGB
CMYK
RGB Variations
Color information
#389D45 (or 0x389D45) is known color: Fruit Salad. HEX triplet: 38, 9D and 45. RGB value is (56,157,69). Sum of RGB (Red+Green+Blue) = 56+157+69=282 (37% of max value = 765). Red value is 56 (22.27% from 255 or 19.86% from 282); Green value is 157 (61.72% from 255 or 55.67% from 282); Blue value is 69 (27.34% from 255 or 24.47% from 282); Max value from RGB is 157 - color contains mainly: green. Hex color #389D45 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #389D45 is #C762BA. Grayscale: #757575. Windows color (decimal): -13066939 or 4562232. OLE color: 4562232.
HSL color Cylindrical-coordinate representation of color #389D45: hue angle of 127.72º degrees, saturation: 0.47, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #389D45 is Cyan = 0.64, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 56 | 157 | 69 | - |
| CMYK | 0.64 | 0 | 0.56 | 0.38 |
| HSL | 127.72º | 0.47% | 0.42% | - |
| HSV(B) | 127.72º | 0.64% | 0.62% | - |
| XYZ | 14.76 | 25.38 | 9.75 | - |
| YUV | 116.77 | 101.04 | 84.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 157 | 69 | 0.64 | 0 | 0.56 | 0.38 | 127.72 | 0.47 | 0.42 |
| Hex | 38 | 9D | 45 | 40 | 0 | 38 | 26 | 80 | 2F | 2A |
| Octal | 70 | 235 | 105 | 100 | 0 | 70 | 46 | 200 | 57 | 52 |
| Binary | 111000 | 10011101 | 1000101 | 1000000 | 0 | 111000 | 100110 | 10000000 | 101111 | 101010 |
Color Harmonies of #389D45
Complementary color
Monochromatic Colors of #389D45
Black with #389D45
Text Example
Text Example
White with #389D45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #389D45; }
p { color: rgb(56,157,69); }
H1.HeaderClassName
{
color: #389D45;
}
.AnyTagClassName
{
color: #389D45;
}
</style>
background-color css
<style>
a { background-color: #389D45; }
a { background-color: rgb(56,157,69); }
div.DivClassName
{
background-color: #389D45;
}
.BgClassName
{
background-color: #389D45;
}
</style>
border-color css
<style>
span { border-color: #389D45; }
span { border-color: rgb(56,157,69); }
td.TdClassName
{
border-color: #389D45;
}
.TagClassName
{
border-color: #389D45;
}
</style>