#48994D

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

Shades of Fruit Salad #48994D

Tints of Fruit Salad #48994D

Color information

#48994D (or 0x48994D) is unknown color: approx Fruit Salad. HEX triplet: 48, 99 and 4D. RGB value is (72,153,77). Sum of RGB (Red+Green+Blue) = 72+153+77=302 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.84% from 302); Green value is 153 (60.16% from 255 or 50.66% from 302); Blue value is 77 (30.47% from 255 or 25.50% from 302); Max value from RGB is 153 - color contains mainly: green. Hex color #48994D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48994D is #B766B2. Grayscale: #787878. Windows color (decimal): -12019379 or 5085512. OLE color: 5085512.

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

Color convert

RGB7215377-
CMYK0.5300.500.4
HSL123.7º36%44.12%-
HSV(B)123.7º52.94%60%-
XYZ15.424.710.98-
YUV120.12103.6693.68-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 23.84%
GREEN value IS 153 (60.16% from 255) = 50.66%
BLUE value IS 77 (30.47% from 255) = 25.50%
R=23.84%
G=50.66%
B=25.50%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal72153770.5300.500.4123.73644.12
Hex48994D35032287c242c
Octal11023111565062501744454
Binary100100010011001100110111010101100101010001111100100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48994D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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