Shades of Fruit Salad #389B38
Tints of Fruit Salad #389B38
RGB
CMYK
RGB Variations
Color information
#389B38 (or 0x389B38) is known color: Fruit Salad. HEX triplet: 38, 9B and 38. RGB value is (56,155,56). Sum of RGB (Red+Green+Blue) = 56+155+56=267 (35% of max value = 765). Red value is 56 (22.27% from 255 or 20.97% from 267); Green value is 155 (60.94% from 255 or 58.05% from 267); Blue value is 56 (22.27% from 255 or 20.97% from 267); Max value from RGB is 155 - color contains mainly: green. Hex color #389B38 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #389B38 is #C764C7. Grayscale: #727272. Windows color (decimal): -13067464 or 3709752. OLE color: 3709752.
HSL color Cylindrical-coordinate representation of color #389B38: hue angle of 120º degrees, saturation: 0.47, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #389B38 is Cyan = 0.64, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 56 | 155 | 56 | - |
| CMYK | 0.64 | 0 | 0.64 | 0.39 |
| HSL | 120º | 0.47% | 0.41% | - |
| HSV(B) | 120º | 0.64% | 0.61% | - |
| XYZ | 14.07 | 24.57 | 7.74 | - |
| YUV | 114.11 | 95.2 | 86.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 155 | 56 | 0.64 | 0 | 0.64 | 0.39 | 120 | 0.47 | 0.41 |
| Hex | 38 | 9B | 38 | 40 | 0 | 40 | 27 | 78 | 2F | 29 |
| Octal | 70 | 233 | 70 | 100 | 0 | 100 | 47 | 170 | 57 | 51 |
| Binary | 111000 | 10011011 | 111000 | 1000000 | 0 | 1000000 | 100111 | 1111000 | 101111 | 101001 |
Color Harmonies of #389B38
Complementary color
Monochromatic Colors of #389B38
Black with #389B38
Text Example
Text Example
White with #389B38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #389B38; }
p { color: rgb(56,155,56); }
H1.HeaderClassName
{
color: #389B38;
}
.AnyTagClassName
{
color: #389B38;
}
</style>
background-color css
<style>
a { background-color: #389B38; }
a { background-color: rgb(56,155,56); }
div.DivClassName
{
background-color: #389B38;
}
.BgClassName
{
background-color: #389B38;
}
</style>
border-color css
<style>
span { border-color: #389B38; }
span { border-color: rgb(56,155,56); }
td.TdClassName
{
border-color: #389B38;
}
.TagClassName
{
border-color: #389B38;
}
</style>