#4B9048

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

Shades of Fruit Salad #4B9048

Tints of Fruit Salad #4B9048

Color information

#4B9048 (or 0x4B9048) is unknown color: approx Fruit Salad. HEX triplet: 4B, 90 and 48. RGB value is (75,144,72). Sum of RGB (Red+Green+Blue) = 75+144+72=291 (38% of max value = 765). Red value is 75 (29.69% from 255 or 25.77% from 291); Green value is 144 (56.64% from 255 or 49.48% from 291); Blue value is 72 (28.52% from 255 or 24.74% from 291); Max value from RGB is 144 - color contains mainly: green. Hex color #4B9048 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4B9048 is #B46FB7. Grayscale: #737373. Windows color (decimal): -11825080 or 4755531. OLE color: 4755531.

HSL color Cylindrical-coordinate representation of color #4B9048: hue angle of 117.5º degrees, saturation: 0.33, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4B9048 is Cyan = 0.48, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.44.

Color convert

RGB7514472-
CMYK0.4800.500.44
HSL117.5º33.33%42.35%-
HSV(B)117.5º50%56.47%-
XYZ14.0421.919.62-
YUV115.16103.6499.35-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 25.77%
GREEN value IS 144 (56.64% from 255) = 49.48%
BLUE value IS 72 (28.52% from 255) = 24.74%
R=25.77%
G=49.48%
B=24.74%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal75144720.4800.500.44117.533.3342.35
Hex4B9048300322C76212a
Octal11322011060062541664152
Binary100101110010000100100011000001100101011001110110100001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B9048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4B9048; }

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

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

<style>
 a { background-color: #4B9048; }

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

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

<style>
 span { border-color: #4B9048; }

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

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