#4B934C

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

Shades of Fruit Salad #4B934C

Tints of Fruit Salad #4B934C

Color information

#4B934C (or 0x4B934C) is unknown color: approx Fruit Salad. HEX triplet: 4B, 93 and 4C. RGB value is (75,147,76). Sum of RGB (Red+Green+Blue) = 75+147+76=298 (39% of max value = 765). Red value is 75 (29.69% from 255 or 25.17% from 298); Green value is 147 (57.81% from 255 or 49.33% from 298); Blue value is 76 (30.08% from 255 or 25.50% from 298); Max value from RGB is 147 - color contains mainly: green. Hex color #4B934C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4B934C is #B46CB3. Grayscale: #757575. Windows color (decimal): -11824308 or 5018443. OLE color: 5018443.

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

Color convert

RGB7514776-
CMYK0.4900.480.42
HSL120.83º32.43%43.53%-
HSV(B)120.83º48.98%57.65%-
XYZ14.6422.8910.48-
YUV117.38104.6597.77-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 25.17%
GREEN value IS 147 (57.81% from 255) = 49.33%
BLUE value IS 76 (30.08% from 255) = 25.50%
R=25.17%
G=49.33%
B=25.50%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal75147760.4900.480.42120.8332.4343.53
Hex4B934C310302A79202c
Octal11322311461060521714054
Binary100101110010011100110011000101100001010101111001100000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B934C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,147,76); }

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

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

 a { background-color: rgb(75,147,76); }

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

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

 span { border-color: rgb(75,147,76); }

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