Shades of Fruit Salad #489C43
Tints of Fruit Salad #489C43
RGB
CMYK
RGB Variations
Color information
#489C43 (or 0x489C43) is known color: Fruit Salad. HEX triplet: 48, 9C and 43. RGB value is (72,156,67). Sum of RGB (Red+Green+Blue) = 72+156+67=295 (39% of max value = 765). Red value is 72 (28.52% from 255 or 24.41% from 295); Green value is 156 (61.33% from 255 or 52.88% from 295); Blue value is 67 (26.56% from 255 or 22.71% from 295); Max value from RGB is 156 - color contains mainly: green. Hex color #489C43 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #489C43 is #B763BC. Grayscale: #797979. Windows color (decimal): -12018621 or 4430920. OLE color: 4430920.
HSL color Cylindrical-coordinate representation of color #489C43: hue angle of 116.63º degrees, saturation: 0.4, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #489C43 is Cyan = 0.54, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 72 | 156 | 67 | - |
| CMYK | 0.54 | 0 | 0.57 | 0.39 |
| HSL | 116.63º | 0.4% | 0.44% | - |
| HSV(B) | 116.63º | 0.57% | 0.61% | - |
| XYZ | 15.57 | 25.56 | 9.42 | - |
| YUV | 120.74 | 97.67 | 93.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 156 | 67 | 0.54 | 0 | 0.57 | 0.39 | 116.63 | 0.4 | 0.44 |
| Hex | 48 | 9C | 43 | 36 | 0 | 39 | 27 | 75 | 28 | 2C |
| Octal | 110 | 234 | 103 | 66 | 0 | 71 | 47 | 165 | 50 | 54 |
| Binary | 1001000 | 10011100 | 1000011 | 110110 | 0 | 111001 | 100111 | 1110101 | 101000 | 101100 |
Color Harmonies of #489C43
Complementary color
Monochromatic Colors of #489C43
Black with #489C43
Text Example
Text Example
White with #489C43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #489C43; }
p { color: rgb(72,156,67); }
H1.HeaderClassName
{
color: #489C43;
}
.AnyTagClassName
{
color: #489C43;
}
</style>
background-color css
<style>
a { background-color: #489C43; }
a { background-color: rgb(72,156,67); }
div.DivClassName
{
background-color: #489C43;
}
.BgClassName
{
background-color: #489C43;
}
</style>
border-color css
<style>
span { border-color: #489C43; }
span { border-color: rgb(72,156,67); }
td.TdClassName
{
border-color: #489C43;
}
.TagClassName
{
border-color: #489C43;
}
</style>