#48934D

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

Shades of Fruit Salad #48934D

Tints of Fruit Salad #48934D

Color information

#48934D (or 0x48934D) is unknown color: approx Fruit Salad. HEX triplet: 48, 93 and 4D. RGB value is (72,147,77). Sum of RGB (Red+Green+Blue) = 72+147+77=296 (39% of max value = 765). Red value is 72 (28.52% from 255 or 24.32% from 296); Green value is 147 (57.81% from 255 or 49.66% from 296); Blue value is 77 (30.47% from 255 or 26.01% from 296); Max value from RGB is 147 - color contains mainly: green. Hex color #48934D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48934D is #B76CB2. Grayscale: #747474. Windows color (decimal): -12020915 or 5083976. OLE color: 5083976.

HSL color Cylindrical-coordinate representation of color #48934D: hue angle of 124º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #48934D is Cyan = 0.51, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.42.

Color convert

RGB7214777-
CMYK0.5100.480.42
HSL124º34.25%42.94%-
HSV(B)124º51.02%57.65%-
XYZ14.4522.7810.66-
YUV116.6105.6596.19-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 24.32%
GREEN value IS 147 (57.81% from 255) = 49.66%
BLUE value IS 77 (30.47% from 255) = 26.01%
R=24.32%
G=49.66%
B=26.01%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal72147770.5100.480.4212434.2542.94
Hex48934D330302A7c222b
Octal11022311563060521744253
Binary100100010010011100110111001101100001010101111100100010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48934D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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