#4B914A

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

Shades of Fruit Salad #4B914A

Tints of Fruit Salad #4B914A

Color information

#4B914A (or 0x4B914A) is unknown color: approx Fruit Salad. HEX triplet: 4B, 91 and 4A. RGB value is (75,145,74). Sum of RGB (Red+Green+Blue) = 75+145+74=294 (38% of max value = 765). Red value is 75 (29.69% from 255 or 25.51% from 294); Green value is 145 (57.03% from 255 or 49.32% from 294); Blue value is 74 (29.30% from 255 or 25.17% from 294); Max value from RGB is 145 - color contains mainly: green. Hex color #4B914A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4B914A is #B46EB5. Grayscale: #747474. Windows color (decimal): -11824822 or 4886859. OLE color: 4886859.

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

Color convert

RGB7514574-
CMYK0.4800.490.43
HSL119.15º32.42%42.94%-
HSV(B)119.15º48.97%56.86%-
XYZ14.2622.2410.02-
YUV115.98104.3198.77-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 25.51%
GREEN value IS 145 (57.03% from 255) = 49.32%
BLUE value IS 74 (29.30% from 255) = 25.17%
R=25.51%
G=49.32%
B=25.17%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal75145740.4800.490.43119.1532.4242.94
Hex4B914A300312B77202b
Octal11322111260061531674053
Binary100101110010001100101011000001100011010111110111100000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B914A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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