#4B8E4D

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

Shades of Fruit Salad #4B8E4D

Tints of Fruit Salad #4B8E4D

Color information

#4B8E4D (or 0x4B8E4D) is unknown color: approx Fruit Salad. HEX triplet: 4B, 8E and 4D. RGB value is (75,142,77). Sum of RGB (Red+Green+Blue) = 75+142+77=294 (38% of max value = 765). Red value is 75 (29.69% from 255 or 25.51% from 294); Green value is 142 (55.86% from 255 or 48.30% from 294); Blue value is 77 (30.47% from 255 or 26.19% from 294); Max value from RGB is 142 - color contains mainly: green. Hex color #4B8E4D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4B8E4D is #B471B2. Grayscale: #727272. Windows color (decimal): -11825587 or 5082699. OLE color: 5082699.

HSL color Cylindrical-coordinate representation of color #4B8E4D: hue angle of 121.79º degrees, saturation: 0.31, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #4B8E4D is Cyan = 0.47, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.44.

Color convert

RGB7514277-
CMYK0.4700.460.44
HSL121.79º30.88%42.55%-
HSV(B)121.79º47.18%55.69%-
XYZ13.9121.3810.41-
YUV114.56106.899.79-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 25.51%
GREEN value IS 142 (55.86% from 255) = 48.30%
BLUE value IS 77 (30.47% from 255) = 26.19%
R=25.51%
G=48.30%
B=26.19%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal75142770.4700.460.44121.7930.8842.55
Hex4B8E4D2F02E2C7a1f2b
Octal11321611557056541723753
Binary10010111000111010011011011110101110101100111101011111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B8E4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,142,77); }

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

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

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

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

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

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

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