Shades of Fruit Salad #48943F
Tints of Fruit Salad #48943F
RGB
CMYK
RGB Variations
Color information
#48943F (or 0x48943F) is known color: Fruit Salad. HEX triplet: 48, 94 and 3F. RGB value is (72,148,63). Sum of RGB (Red+Green+Blue) = 72+148+63=283 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.44% from 283); Green value is 148 (58.20% from 255 or 52.30% from 283); Blue value is 63 (25% from 255 or 22.26% from 283); Max value from RGB is 148 - color contains mainly: green. Hex color #48943F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #48943F is #B76BC0. Grayscale: #737373. Windows color (decimal): -12020673 or 4166728. OLE color: 4166728.
HSL color Cylindrical-coordinate representation of color #48943F: hue angle of 113.65º degrees, saturation: 0.4, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #48943F is Cyan = 0.51, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 72 | 148 | 63 | - |
| CMYK | 0.51 | 0 | 0.57 | 0.42 |
| HSL | 113.65º | 0.4% | 0.41% | - |
| HSV(B) | 113.65º | 0.57% | 0.58% | - |
| XYZ | 14.16 | 22.92 | 8.38 | - |
| YUV | 115.59 | 98.32 | 96.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 148 | 63 | 0.51 | 0 | 0.57 | 0.42 | 113.65 | 0.4 | 0.41 |
| Hex | 48 | 94 | 3F | 33 | 0 | 39 | 2A | 72 | 28 | 29 |
| Octal | 110 | 224 | 77 | 63 | 0 | 71 | 52 | 162 | 50 | 51 |
| Binary | 1001000 | 10010100 | 111111 | 110011 | 0 | 111001 | 101010 | 1110010 | 101000 | 101001 |
Color Harmonies of #48943F
Complementary color
Monochromatic Colors of #48943F
Black with #48943F
Text Example
Text Example
White with #48943F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48943F; }
p { color: rgb(72,148,63); }
H1.HeaderClassName
{
color: #48943F;
}
.AnyTagClassName
{
color: #48943F;
}
</style>
background-color css
<style>
a { background-color: #48943F; }
a { background-color: rgb(72,148,63); }
div.DivClassName
{
background-color: #48943F;
}
.BgClassName
{
background-color: #48943F;
}
</style>
border-color css
<style>
span { border-color: #48943F; }
span { border-color: rgb(72,148,63); }
td.TdClassName
{
border-color: #48943F;
}
.TagClassName
{
border-color: #48943F;
}
</style>