#4B934A

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

Shades of Fruit Salad #4B934A

Tints of Fruit Salad #4B934A

Color information

#4B934A (or 0x4B934A) is unknown color: approx Fruit Salad. HEX triplet: 4B, 93 and 4A. RGB value is (75,147,74). Sum of RGB (Red+Green+Blue) = 75+147+74=296 (39% of max value = 765). Red value is 75 (29.69% from 255 or 25.34% from 296); Green value is 147 (57.81% from 255 or 49.66% from 296); Blue value is 74 (29.30% from 255 or 25% from 296); Max value from RGB is 147 - color contains mainly: green. Hex color #4B934A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4B934A is #B46CB5. Grayscale: #757575. Windows color (decimal): -11824310 or 4887371. OLE color: 4887371.

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

Color convert

RGB7514774-
CMYK0.4900.500.42
HSL119.18º33.03%43.33%-
HSV(B)119.18º49.66%57.65%-
XYZ14.5722.8610.12-
YUV117.15103.6597.94-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 25.34%
GREEN value IS 147 (57.81% from 255) = 49.66%
BLUE value IS 74 (29.30% from 255) = 25%
R=25.34%
G=49.66%
B=25%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal75147740.4900.500.42119.1833.0343.33
Hex4B934A310322A77212b
Octal11322311261062521674153
Binary100101110010011100101011000101100101010101110111100001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B934A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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