Shades of Fruit Salad #48AB3C
Tints of Fruit Salad #48AB3C
RGB
CMYK
RGB Variations
Color information
#48AB3C (or 0x48AB3C) is known color: Fruit Salad. HEX triplet: 48, AB and 3C. RGB value is (72,171,60). Sum of RGB (Red+Green+Blue) = 72+171+60=303 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.76% from 303); Green value is 171 (67.19% from 255 or 56.44% from 303); Blue value is 60 (23.83% from 255 or 19.80% from 303); Max value from RGB is 171 - color contains mainly: green. Hex color #48AB3C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #48AB3C is #B754C3. Grayscale: #818181. Windows color (decimal): -12014788 or 3976008. OLE color: 3976008.
HSL color Cylindrical-coordinate representation of color #48AB3C: hue angle of 113.51º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #48AB3C is Cyan = 0.58, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 72 | 171 | 60 | - |
| CMYK | 0.58 | 0 | 0.65 | 0.33 |
| HSL | 113.51º | 0.48% | 0.45% | - |
| HSV(B) | 113.51º | 0.65% | 0.67% | - |
| XYZ | 18.05 | 30.83 | 9.27 | - |
| YUV | 128.75 | 89.2 | 87.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 171 | 60 | 0.58 | 0 | 0.65 | 0.33 | 113.51 | 0.48 | 0.45 |
| Hex | 48 | AB | 3C | 3A | 0 | 41 | 21 | 72 | 30 | 2D |
| Octal | 110 | 253 | 74 | 72 | 0 | 101 | 41 | 162 | 60 | 55 |
| Binary | 1001000 | 10101011 | 111100 | 111010 | 0 | 1000001 | 100001 | 1110010 | 110000 | 101101 |
Color Harmonies of #48AB3C
Complementary color
Monochromatic Colors of #48AB3C
Black with #48AB3C
Text Example
Text Example
White with #48AB3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48AB3C; }
p { color: rgb(72,171,60); }
H1.HeaderClassName
{
color: #48AB3C;
}
.AnyTagClassName
{
color: #48AB3C;
}
</style>
background-color css
<style>
a { background-color: #48AB3C; }
a { background-color: rgb(72,171,60); }
div.DivClassName
{
background-color: #48AB3C;
}
.BgClassName
{
background-color: #48AB3C;
}
</style>
border-color css
<style>
span { border-color: #48AB3C; }
span { border-color: rgb(72,171,60); }
td.TdClassName
{
border-color: #48AB3C;
}
.TagClassName
{
border-color: #48AB3C;
}
</style>