#4C8D54

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

Shades of Fruit Salad #4C8D54

Tints of Fruit Salad #4C8D54

Color information

#4C8D54 (or 0x4C8D54) is unknown color: approx Fruit Salad. HEX triplet: 4C, 8D and 54. RGB value is (76,141,84). Sum of RGB (Red+Green+Blue) = 76+141+84=301 (39% of max value = 765). Red value is 76 (30.08% from 255 or 25.25% from 301); Green value is 141 (55.47% from 255 or 46.84% from 301); Blue value is 84 (33.20% from 255 or 27.91% from 301); Max value from RGB is 141 - color contains mainly: green. Hex color #4C8D54 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4C8D54 is #B372AB. Grayscale: #737373. Windows color (decimal): -11760300 or 5541196. OLE color: 5541196.

HSL color Cylindrical-coordinate representation of color #4C8D54: hue angle of 127.38º degrees, saturation: 0.3, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #4C8D54 is Cyan = 0.46, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.45.

Color convert

RGB7614184-
CMYK0.4600.400.45
HSL127.38º29.95%42.55%-
HSV(B)127.38º46.1%55.29%-
XYZ14.1121.2311.74-
YUV115.07110.47100.13-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 25.25%
GREEN value IS 141 (55.47% from 255) = 46.84%
BLUE value IS 84 (33.20% from 255) = 27.91%
R=25.25%
G=46.84%
B=27.91%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal76141840.4600.400.45127.3829.9542.55
Hex4C8D542E0282D7f1e2b
Octal11421512456050551773653
Binary10011001000110110101001011100101000101101111111111110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C8D54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,141,84); }

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

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

 a { background-color: rgb(76,141,84); }

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

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

 span { border-color: rgb(76,141,84); }

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