#48994A

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

Shades of Fruit Salad #48994A

Tints of Fruit Salad #48994A

Color information

#48994A (or 0x48994A) is unknown color: approx Fruit Salad. HEX triplet: 48, 99 and 4A. RGB value is (72,153,74). Sum of RGB (Red+Green+Blue) = 72+153+74=299 (39% of max value = 765). Red value is 72 (28.52% from 255 or 24.08% from 299); Green value is 153 (60.16% from 255 or 51.17% from 299); Blue value is 74 (29.30% from 255 or 24.75% from 299); Max value from RGB is 153 - color contains mainly: green. Hex color #48994A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #48994A is #B766B5. Grayscale: #787878. Windows color (decimal): -12019382 or 4888904. OLE color: 4888904.

HSL color Cylindrical-coordinate representation of color #48994A: hue angle of 121.48º 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 #48994A is Cyan = 0.53, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.4.

Color convert

RGB7215374-
CMYK0.5300.520.4
HSL121.48º36%44.12%-
HSV(B)121.48º52.94%60%-
XYZ15.324.6510.43-
YUV119.78102.1693.92-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 24.08%
GREEN value IS 153 (60.16% from 255) = 51.17%
BLUE value IS 74 (29.30% from 255) = 24.75%
R=24.08%
G=51.17%
B=24.75%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal72153740.5300.520.4121.483644.12
Hex48994A350342879242c
Octal11023111265064501714454
Binary100100010011001100101011010101101001010001111001100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48994A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48994A; }

 p { color: rgb(72,153,74); }

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

<style>
 a { background-color: #48994A; }

 a { background-color: rgb(72,153,74); }

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

<style>
 span { border-color: #48994A; }

 span { border-color: rgb(72,153,74); }

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