Shades of Fruit Salad #489B3C
Tints of Fruit Salad #489B3C
RGB
CMYK
RGB Variations
Color information
#489B3C (or 0x489B3C) is known color: Fruit Salad. HEX triplet: 48, 9B and 3C. RGB value is (72,155,60). Sum of RGB (Red+Green+Blue) = 72+155+60=287 (38% of max value = 765). Red value is 72 (28.52% from 255 or 25.09% from 287); Green value is 155 (60.94% from 255 or 54.01% from 287); Blue value is 60 (23.83% from 255 or 20.91% from 287); Max value from RGB is 155 - color contains mainly: green. Hex color #489B3C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #489B3C is #B764C3. Grayscale: #777777. Windows color (decimal): -12018884 or 3971912. OLE color: 3971912.
HSL color Cylindrical-coordinate representation of color #489B3C: hue angle of 112.42º degrees, saturation: 0.44, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #489B3C is Cyan = 0.54, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 72 | 155 | 60 | - |
| CMYK | 0.54 | 0 | 0.61 | 0.39 |
| HSL | 112.42º | 0.44% | 0.42% | - |
| HSV(B) | 112.42º | 0.61% | 0.61% | - |
| XYZ | 15.21 | 25.15 | 8.33 | - |
| YUV | 119.35 | 94.5 | 94.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 155 | 60 | 0.54 | 0 | 0.61 | 0.39 | 112.42 | 0.44 | 0.42 |
| Hex | 48 | 9B | 3C | 36 | 0 | 3D | 27 | 70 | 2C | 2A |
| Octal | 110 | 233 | 74 | 66 | 0 | 75 | 47 | 160 | 54 | 52 |
| Binary | 1001000 | 10011011 | 111100 | 110110 | 0 | 111101 | 100111 | 1110000 | 101100 | 101010 |
Color Harmonies of #489B3C
Complementary color
Monochromatic Colors of #489B3C
Black with #489B3C
Text Example
Text Example
White with #489B3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #489B3C; }
p { color: rgb(72,155,60); }
H1.HeaderClassName
{
color: #489B3C;
}
.AnyTagClassName
{
color: #489B3C;
}
</style>
background-color css
<style>
a { background-color: #489B3C; }
a { background-color: rgb(72,155,60); }
div.DivClassName
{
background-color: #489B3C;
}
.BgClassName
{
background-color: #489B3C;
}
</style>
border-color css
<style>
span { border-color: #489B3C; }
span { border-color: rgb(72,155,60); }
td.TdClassName
{
border-color: #489B3C;
}
.TagClassName
{
border-color: #489B3C;
}
</style>