Shades of Fruit Salad #48A23D
Tints of Fruit Salad #48A23D
RGB
CMYK
RGB Variations
Color information
#48A23D (or 0x48A23D) is known color: Fruit Salad. HEX triplet: 48, A2 and 3D. RGB value is (72,162,61). Sum of RGB (Red+Green+Blue) = 72+162+61=295 (39% of max value = 765). Red value is 72 (28.52% from 255 or 24.41% from 295); Green value is 162 (63.67% from 255 or 54.92% from 295); Blue value is 61 (24.22% from 255 or 20.68% from 295); Max value from RGB is 162 - color contains mainly: green. Hex color #48A23D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #48A23D is #B75DC2. Grayscale: #7B7B7B. Windows color (decimal): -12017091 or 4039240. OLE color: 4039240.
HSL color Cylindrical-coordinate representation of color #48A23D: hue angle of 113.47º degrees, saturation: 0.45, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #48A23D is Cyan = 0.56, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 72 | 162 | 61 | - |
| CMYK | 0.56 | 0 | 0.62 | 0.36 |
| HSL | 113.47º | 0.45% | 0.44% | - |
| HSV(B) | 113.47º | 0.62% | 0.64% | - |
| XYZ | 16.44 | 27.56 | 8.87 | - |
| YUV | 123.58 | 92.68 | 91.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 162 | 61 | 0.56 | 0 | 0.62 | 0.36 | 113.47 | 0.45 | 0.44 |
| Hex | 48 | A2 | 3D | 38 | 0 | 3E | 24 | 71 | 2D | 2C |
| Octal | 110 | 242 | 75 | 70 | 0 | 76 | 44 | 161 | 55 | 54 |
| Binary | 1001000 | 10100010 | 111101 | 111000 | 0 | 111110 | 100100 | 1110001 | 101101 | 101100 |
Color Harmonies of #48A23D
Complementary color
Monochromatic Colors of #48A23D
Black with #48A23D
Text Example
Text Example
White with #48A23D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48A23D; }
p { color: rgb(72,162,61); }
H1.HeaderClassName
{
color: #48A23D;
}
.AnyTagClassName
{
color: #48A23D;
}
</style>
background-color css
<style>
a { background-color: #48A23D; }
a { background-color: rgb(72,162,61); }
div.DivClassName
{
background-color: #48A23D;
}
.BgClassName
{
background-color: #48A23D;
}
</style>
border-color css
<style>
span { border-color: #48A23D; }
span { border-color: rgb(72,162,61); }
td.TdClassName
{
border-color: #48A23D;
}
.TagClassName
{
border-color: #48A23D;
}
</style>