Shades of Fruit Salad #48904B
Tints of Fruit Salad #48904B
RGB
CMYK
RGB Variations
Color information
#48904B (or 0x48904B) is known color: Fruit Salad. HEX triplet: 48, 90 and 4B. RGB value is (72,144,75). Sum of RGB (Red+Green+Blue) = 72+144+75=291 (38% of max value = 765). Red value is 72 (28.52% from 255 or 24.74% from 291); Green value is 144 (56.64% from 255 or 49.48% from 291); Blue value is 75 (29.69% from 255 or 25.77% from 291); Max value from RGB is 144 - color contains mainly: green. Hex color #48904B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #48904B is #B76FB4. Grayscale: #727272. Windows color (decimal): -12021685 or 4952136. OLE color: 4952136.
HSL color Cylindrical-coordinate representation of color #48904B: hue angle of 122.5º degrees, saturation: 0.33, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #48904B is Cyan = 0.50, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 72 | 144 | 75 | - |
| CMYK | 0.50 | 0 | 0.48 | 0.44 |
| HSL | 122.5º | 0.33% | 0.42% | - |
| HSV(B) | 122.5º | 0.5% | 0.56% | - |
| XYZ | 13.92 | 21.83 | 10.14 | - |
| YUV | 114.61 | 105.65 | 97.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 144 | 75 | 0.50 | 0 | 0.48 | 0.44 | 122.5 | 0.33 | 0.42 |
| Hex | 48 | 90 | 4B | 32 | 0 | 30 | 2C | 7B | 21 | 2A |
| Octal | 110 | 220 | 113 | 62 | 0 | 60 | 54 | 173 | 41 | 52 |
| Binary | 1001000 | 10010000 | 1001011 | 110010 | 0 | 110000 | 101100 | 1111011 | 100001 | 101010 |
Color Harmonies of #48904B
Complementary color
Monochromatic Colors of #48904B
Black with #48904B
Text Example
Text Example
White with #48904B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48904B; }
p { color: rgb(72,144,75); }
H1.HeaderClassName
{
color: #48904B;
}
.AnyTagClassName
{
color: #48904B;
}
</style>
background-color css
<style>
a { background-color: #48904B; }
a { background-color: rgb(72,144,75); }
div.DivClassName
{
background-color: #48904B;
}
.BgClassName
{
background-color: #48904B;
}
</style>
border-color css
<style>
span { border-color: #48904B; }
span { border-color: rgb(72,144,75); }
td.TdClassName
{
border-color: #48904B;
}
.TagClassName
{
border-color: #48904B;
}
</style>