#4B9054

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

Shades of Fruit Salad #4B9054

Tints of Fruit Salad #4B9054

Color information

#4B9054 (or 0x4B9054) is unknown color: approx Fruit Salad. HEX triplet: 4B, 90 and 54. RGB value is (75,144,84). Sum of RGB (Red+Green+Blue) = 75+144+84=303 (40% of max value = 765). Red value is 75 (29.69% from 255 or 24.75% from 303); Green value is 144 (56.64% from 255 or 47.52% from 303); Blue value is 84 (33.20% from 255 or 27.72% from 303); Max value from RGB is 144 - color contains mainly: green. Hex color #4B9054 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4B9054 is #B46FAB. Grayscale: #747474. Windows color (decimal): -11825068 or 5541963. OLE color: 5541963.

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

Color convert

RGB7514484-
CMYK0.4800.420.44
HSL127.83º31.51%42.94%-
HSV(B)127.83º47.92%56.47%-
XYZ14.4822.0811.89-
YUV116.53109.6498.38-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 24.75%
GREEN value IS 144 (56.64% from 255) = 47.52%
BLUE value IS 84 (33.20% from 255) = 27.72%
R=24.75%
G=47.52%
B=27.72%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal75144840.4800.420.44127.8331.5142.94
Hex4B90543002A2C80202b
Octal11322012460052542004053
Binary1001011100100001010100110000010101010110010000000100000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B9054

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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