Shades of Fruit Salad #48A54A
Tints of Fruit Salad #48A54A
RGB
CMYK
RGB Variations
Color information
#48A54A (or 0x48A54A) is known color: Fruit Salad. HEX triplet: 48, A5 and 4A. RGB value is (72,165,74). Sum of RGB (Red+Green+Blue) = 72+165+74=311 (41% of max value = 765). Red value is 72 (28.52% from 255 or 23.15% from 311); Green value is 165 (64.84% from 255 or 53.05% from 311); Blue value is 74 (29.30% from 255 or 23.79% from 311); Max value from RGB is 165 - color contains mainly: green. Hex color #48A54A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #48A54A is #B75AB5. Grayscale: #7F7F7F. Windows color (decimal): -12016310 or 4891976. OLE color: 4891976.
HSL color Cylindrical-coordinate representation of color #48A54A: hue angle of 121.29º degrees, saturation: 0.39, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #48A54A is Cyan = 0.56, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 72 | 165 | 74 | - |
| CMYK | 0.56 | 0 | 0.55 | 0.35 |
| HSL | 121.29º | 0.39% | 0.46% | - |
| HSV(B) | 121.29º | 0.56% | 0.65% | - |
| XYZ | 17.36 | 28.78 | 11.12 | - |
| YUV | 126.82 | 98.19 | 88.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 165 | 74 | 0.56 | 0 | 0.55 | 0.35 | 121.29 | 0.39 | 0.46 |
| Hex | 48 | A5 | 4A | 38 | 0 | 37 | 23 | 79 | 27 | 2E |
| Octal | 110 | 245 | 112 | 70 | 0 | 67 | 43 | 171 | 47 | 56 |
| Binary | 1001000 | 10100101 | 1001010 | 111000 | 0 | 110111 | 100011 | 1111001 | 100111 | 101110 |
Color Harmonies of #48A54A
Complementary color
Monochromatic Colors of #48A54A
Black with #48A54A
Text Example
Text Example
White with #48A54A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48A54A; }
p { color: rgb(72,165,74); }
H1.HeaderClassName
{
color: #48A54A;
}
.AnyTagClassName
{
color: #48A54A;
}
</style>
background-color css
<style>
a { background-color: #48A54A; }
a { background-color: rgb(72,165,74); }
div.DivClassName
{
background-color: #48A54A;
}
.BgClassName
{
background-color: #48A54A;
}
</style>
border-color css
<style>
span { border-color: #48A54A; }
span { border-color: rgb(72,165,74); }
td.TdClassName
{
border-color: #48A54A;
}
.TagClassName
{
border-color: #48A54A;
}
</style>