Shades of Fruit Salad #489443
Tints of Fruit Salad #489443
RGB
CMYK
RGB Variations
Color information
#489443 (or 0x489443) is known color: Fruit Salad. HEX triplet: 48, 94 and 43. RGB value is (72,148,67). Sum of RGB (Red+Green+Blue) = 72+148+67=287 (38% of max value = 765). Red value is 72 (28.52% from 255 or 25.09% from 287); Green value is 148 (58.20% from 255 or 51.57% from 287); Blue value is 67 (26.56% from 255 or 23.34% from 287); Max value from RGB is 148 - color contains mainly: green. Hex color #489443 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #489443 is #B76BBC. Grayscale: #747474. Windows color (decimal): -12020669 or 4428872. OLE color: 4428872.
HSL color Cylindrical-coordinate representation of color #489443: hue angle of 116.3º degrees, saturation: 0.38, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #489443 is Cyan = 0.51, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 72 | 148 | 67 | - |
| CMYK | 0.51 | 0 | 0.55 | 0.42 |
| HSL | 116.3º | 0.38% | 0.42% | - |
| HSV(B) | 116.3º | 0.55% | 0.58% | - |
| XYZ | 14.28 | 22.96 | 8.99 | - |
| YUV | 116.04 | 100.32 | 96.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 148 | 67 | 0.51 | 0 | 0.55 | 0.42 | 116.3 | 0.38 | 0.42 |
| Hex | 48 | 94 | 43 | 33 | 0 | 37 | 2A | 74 | 26 | 2A |
| Octal | 110 | 224 | 103 | 63 | 0 | 67 | 52 | 164 | 46 | 52 |
| Binary | 1001000 | 10010100 | 1000011 | 110011 | 0 | 110111 | 101010 | 1110100 | 100110 | 101010 |
Color Harmonies of #489443
Complementary color
Monochromatic Colors of #489443
Black with #489443
Text Example
Text Example
White with #489443
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #489443; }
p { color: rgb(72,148,67); }
H1.HeaderClassName
{
color: #489443;
}
.AnyTagClassName
{
color: #489443;
}
</style>
background-color css
<style>
a { background-color: #489443; }
a { background-color: rgb(72,148,67); }
div.DivClassName
{
background-color: #489443;
}
.BgClassName
{
background-color: #489443;
}
</style>
border-color css
<style>
span { border-color: #489443; }
span { border-color: rgb(72,148,67); }
td.TdClassName
{
border-color: #489443;
}
.TagClassName
{
border-color: #489443;
}
</style>