#4B954E

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

Shades of Fruit Salad #4B954E

Tints of Fruit Salad #4B954E

Color information

#4B954E (or 0x4B954E) is unknown color: approx Fruit Salad. HEX triplet: 4B, 95 and 4E. RGB value is (75,149,78). Sum of RGB (Red+Green+Blue) = 75+149+78=302 (40% of max value = 765). Red value is 75 (29.69% from 255 or 24.83% from 302); Green value is 149 (58.59% from 255 or 49.34% from 302); Blue value is 78 (30.86% from 255 or 25.83% from 302); Max value from RGB is 149 - color contains mainly: green. Hex color #4B954E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4B954E is #B46AB1. Grayscale: #767676. Windows color (decimal): -11823794 or 5150027. OLE color: 5150027.

HSL color Cylindrical-coordinate representation of color #4B954E: hue angle of 122.43º 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 #4B954E is Cyan = 0.50, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.42.

Color convert

RGB7514978-
CMYK0.5000.480.42
HSL122.43º33.04%43.92%-
HSV(B)122.43º49.66%58.43%-
XYZ15.0223.5410.96-
YUV118.78104.9896.77-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 24.83%
GREEN value IS 149 (58.59% from 255) = 49.34%
BLUE value IS 78 (30.86% from 255) = 25.83%
R=24.83%
G=49.34%
B=25.83%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal75149780.5000.480.42122.4333.0443.92
Hex4B954E320302A7a212c
Octal11322511662060521724154
Binary100101110010101100111011001001100001010101111010100001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B954E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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