#48994F

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

Shades of Fruit Salad #48994F

Tints of Fruit Salad #48994F

Color information

#48994F (or 0x48994F) is unknown color: approx Fruit Salad. HEX triplet: 48, 99 and 4F. RGB value is (72,153,79). Sum of RGB (Red+Green+Blue) = 72+153+79=304 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.68% from 304); Green value is 153 (60.16% from 255 or 50.33% from 304); Blue value is 79 (31.25% from 255 or 25.99% from 304); Max value from RGB is 153 - color contains mainly: green. Hex color #48994F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48994F is #B766B0. Grayscale: #787878. Windows color (decimal): -12019377 or 5216584. OLE color: 5216584.

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

Color convert

RGB7215379-
CMYK0.5300.480.4
HSL125.19º36%44.12%-
HSV(B)125.19º52.94%60%-
XYZ15.4824.7211.35-
YUV120.34104.6693.52-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 23.68%
GREEN value IS 153 (60.16% from 255) = 50.33%
BLUE value IS 79 (31.25% from 255) = 25.99%
R=23.68%
G=50.33%
B=25.99%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal72153790.5300.480.4125.193644.12
Hex48994F35030287d242c
Octal11023111765060501754454
Binary100100010011001100111111010101100001010001111101100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48994F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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