Shades of Fruit Salad #389C43
Tints of Fruit Salad #389C43
RGB
CMYK
RGB Variations
Color information
#389C43 (or 0x389C43) is known color: Fruit Salad. HEX triplet: 38, 9C and 43. RGB value is (56,156,67). Sum of RGB (Red+Green+Blue) = 56+156+67=279 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.07% from 279); Green value is 156 (61.33% from 255 or 55.91% from 279); Blue value is 67 (26.56% from 255 or 24.01% from 279); Max value from RGB is 156 - color contains mainly: green. Hex color #389C43 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #389C43 is #C763BC. Grayscale: #747474. Windows color (decimal): -13067197 or 4430904. OLE color: 4430904.
HSL color Cylindrical-coordinate representation of color #389C43: hue angle of 126.6º 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 #389C43 is Cyan = 0.64, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 56 | 156 | 67 | - |
| CMYK | 0.64 | 0 | 0.57 | 0.39 |
| HSL | 126.6º | 0.47% | 0.42% | - |
| HSV(B) | 126.6º | 0.64% | 0.61% | - |
| XYZ | 14.53 | 25.02 | 9.37 | - |
| YUV | 115.95 | 100.37 | 85.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 156 | 67 | 0.64 | 0 | 0.57 | 0.39 | 126.6 | 0.47 | 0.42 |
| Hex | 38 | 9C | 43 | 40 | 0 | 39 | 27 | 7F | 2F | 2A |
| Octal | 70 | 234 | 103 | 100 | 0 | 71 | 47 | 177 | 57 | 52 |
| Binary | 111000 | 10011100 | 1000011 | 1000000 | 0 | 111001 | 100111 | 1111111 | 101111 | 101010 |
Color Harmonies of #389C43
Complementary color
Monochromatic Colors of #389C43
Black with #389C43
Text Example
Text Example
White with #389C43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #389C43; }
p { color: rgb(56,156,67); }
H1.HeaderClassName
{
color: #389C43;
}
.AnyTagClassName
{
color: #389C43;
}
</style>
background-color css
<style>
a { background-color: #389C43; }
a { background-color: rgb(56,156,67); }
div.DivClassName
{
background-color: #389C43;
}
.BgClassName
{
background-color: #389C43;
}
</style>
border-color css
<style>
span { border-color: #389C43; }
span { border-color: rgb(56,156,67); }
td.TdClassName
{
border-color: #389C43;
}
.TagClassName
{
border-color: #389C43;
}
</style>