Shades of Fruit Salad #48A03D
Tints of Fruit Salad #48A03D
RGB
CMYK
RGB Variations
Color information
#48A03D (or 0x48A03D) is known color: Fruit Salad. HEX triplet: 48, A0 and 3D. RGB value is (72,160,61). Sum of RGB (Red+Green+Blue) = 72+160+61=293 (38% of max value = 765). Red value is 72 (28.52% from 255 or 24.57% from 293); Green value is 160 (62.89% from 255 or 54.61% from 293); Blue value is 61 (24.22% from 255 or 20.82% from 293); Max value from RGB is 160 - color contains mainly: green. Hex color #48A03D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #48A03D is #B75FC2. Grayscale: #7A7A7A. Windows color (decimal): -12017603 or 4038728. OLE color: 4038728.
HSL color Cylindrical-coordinate representation of color #48A03D: hue angle of 113.33º degrees, saturation: 0.45, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #48A03D is Cyan = 0.55, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 72 | 160 | 61 | - |
| CMYK | 0.55 | 0 | 0.62 | 0.37 |
| HSL | 113.33º | 0.45% | 0.43% | - |
| HSV(B) | 113.33º | 0.62% | 0.63% | - |
| XYZ | 16.09 | 26.86 | 8.75 | - |
| YUV | 122.4 | 93.35 | 92.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 160 | 61 | 0.55 | 0 | 0.62 | 0.37 | 113.33 | 0.45 | 0.43 |
| Hex | 48 | A0 | 3D | 37 | 0 | 3E | 25 | 71 | 2D | 2B |
| Octal | 110 | 240 | 75 | 67 | 0 | 76 | 45 | 161 | 55 | 53 |
| Binary | 1001000 | 10100000 | 111101 | 110111 | 0 | 111110 | 100101 | 1110001 | 101101 | 101011 |
Color Harmonies of #48A03D
Complementary color
Monochromatic Colors of #48A03D
Black with #48A03D
Text Example
Text Example
White with #48A03D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48A03D; }
p { color: rgb(72,160,61); }
H1.HeaderClassName
{
color: #48A03D;
}
.AnyTagClassName
{
color: #48A03D;
}
</style>
background-color css
<style>
a { background-color: #48A03D; }
a { background-color: rgb(72,160,61); }
div.DivClassName
{
background-color: #48A03D;
}
.BgClassName
{
background-color: #48A03D;
}
</style>
border-color css
<style>
span { border-color: #48A03D; }
span { border-color: rgb(72,160,61); }
td.TdClassName
{
border-color: #48A03D;
}
.TagClassName
{
border-color: #48A03D;
}
</style>