Shades of Fruit Salad #389C38
Tints of Fruit Salad #389C38
RGB
CMYK
RGB Variations
Color information
#389C38 (or 0x389C38) is known color: Fruit Salad. HEX triplet: 38, 9C and 38. RGB value is (56,156,56). Sum of RGB (Red+Green+Blue) = 56+156+56=268 (35% of max value = 765). Red value is 56 (22.27% from 255 or 20.90% from 268); Green value is 156 (61.33% from 255 or 58.21% from 268); Blue value is 56 (22.27% from 255 or 20.90% from 268); Max value from RGB is 156 - color contains mainly: green. Hex color #389C38 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #389C38 is #C763C7. Grayscale: #727272. Windows color (decimal): -13067208 or 3710008. OLE color: 3710008.
HSL color Cylindrical-coordinate representation of color #389C38: hue angle of 120º degrees, saturation: 0.47, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #389C38 is Cyan = 0.64, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 56 | 156 | 56 | - |
| CMYK | 0.64 | 0 | 0.64 | 0.39 |
| HSL | 120º | 0.47% | 0.42% | - |
| HSV(B) | 120º | 0.64% | 0.61% | - |
| XYZ | 14.23 | 24.9 | 7.8 | - |
| YUV | 114.7 | 94.87 | 86.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 156 | 56 | 0.64 | 0 | 0.64 | 0.39 | 120 | 0.47 | 0.42 |
| Hex | 38 | 9C | 38 | 40 | 0 | 40 | 27 | 78 | 2F | 2A |
| Octal | 70 | 234 | 70 | 100 | 0 | 100 | 47 | 170 | 57 | 52 |
| Binary | 111000 | 10011100 | 111000 | 1000000 | 0 | 1000000 | 100111 | 1111000 | 101111 | 101010 |
Color Harmonies of #389C38
Complementary color
Monochromatic Colors of #389C38
Black with #389C38
Text Example
Text Example
White with #389C38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #389C38; }
p { color: rgb(56,156,56); }
H1.HeaderClassName
{
color: #389C38;
}
.AnyTagClassName
{
color: #389C38;
}
</style>
background-color css
<style>
a { background-color: #389C38; }
a { background-color: rgb(56,156,56); }
div.DivClassName
{
background-color: #389C38;
}
.BgClassName
{
background-color: #389C38;
}
</style>
border-color css
<style>
span { border-color: #389C38; }
span { border-color: rgb(56,156,56); }
td.TdClassName
{
border-color: #389C38;
}
.TagClassName
{
border-color: #389C38;
}
</style>