#4B954B

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

Shades of Fruit Salad #4B954B

Tints of Fruit Salad #4B954B

Color information

#4B954B (or 0x4B954B) is unknown color: approx Fruit Salad. HEX triplet: 4B, 95 and 4B. RGB value is (75,149,75). Sum of RGB (Red+Green+Blue) = 75+149+75=299 (39% of max value = 765). Red value is 75 (29.69% from 255 or 25.08% from 299); Green value is 149 (58.59% from 255 or 49.83% from 299); Blue value is 75 (29.69% from 255 or 25.08% from 299); Max value from RGB is 149 - color contains mainly: green. Hex color #4B954B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4B954B is #B46AB4. Grayscale: #767676. Windows color (decimal): -11823797 or 4953419. OLE color: 4953419.

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

Color convert

RGB7514975-
CMYK0.5000.500.42
HSL120º33.04%43.92%-
HSV(B)120º49.66%58.43%-
XYZ14.9223.510.41-
YUV118.44103.4897.02-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 25.08%
GREEN value IS 149 (58.59% from 255) = 49.83%
BLUE value IS 75 (29.69% from 255) = 25.08%
R=25.08%
G=49.83%
B=25.08%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal75149750.5000.500.4212033.0443.92
Hex4B954B320322A78212c
Octal11322511362062521704154
Binary100101110010101100101111001001100101010101111000100001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B954B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,149,75); }

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

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

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

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

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

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

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