#48984B

Color #48984B Fruit Salad (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fruit Salad #48984B

Tints of Fruit Salad #48984B

Color information

#48984B (or 0x48984B) is unknown color: approx Fruit Salad. HEX triplet: 48, 98 and 4B. RGB value is (72,152,75). Sum of RGB (Red+Green+Blue) = 72+152+75=299 (39% of max value = 765). Red value is 72 (28.52% from 255 or 24.08% from 299); Green value is 152 (59.77% from 255 or 50.84% from 299); Blue value is 75 (29.69% from 255 or 25.08% from 299); Max value from RGB is 152 - color contains mainly: green. Hex color #48984B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #48984B is #B767B4. Grayscale: #777777. Windows color (decimal): -12019637 or 4954184. OLE color: 4954184.

HSL color Cylindrical-coordinate representation of color #48984B: hue angle of 122.25º degrees, saturation: 0.36, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #48984B is Cyan = 0.53, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.40.

Color convert

RGB7215275-
CMYK0.5300.510.40
HSL122.25º35.71%43.92%-
HSV(B)122.25º52.63%59.61%-
XYZ15.1724.3410.56-
YUV119.310394.26-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 72 (28.52% from 255) = 24.08%
GREEN value IS 152 (59.77% from 255) = 50.84%
BLUE value IS 75 (29.69% from 255) = 25.08%
R=24.08%
G=50.84%
B=25.08%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal72152750.5300.510.40122.2535.7143.92
Hex48984B35033287a242c
Octal11023011365063501724454
Binary100100010011000100101111010101100111010001111010100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48984B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48984B; }

 p { color: rgb(72,152,75); }

 H1.HeaderClassName
 {
   color: #48984B;
 }
 .AnyTagClassName
 {
   color: #48984B;
 }
</style>
background-color css

<style>
 a { background-color: #48984B; }

 a { background-color: rgb(72,152,75); }

 div.DivClassName
 {
   background-color: #48984B;
 }
 .BgClassName
 {
   background-color: #48984B;
 }
</style>
border-color css

<style>
 span { border-color: #48984B; }

 span { border-color: rgb(72,152,75); }

 td.TdClassName
 {
   border-color: #48984B;
 }
 .TagClassName
 {
   border-color: #48984B;
 }
</style>