#4CBB49

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

Shades of Fruit Salad #4CBB49

Tints of Fruit Salad #4CBB49

Color information

#4CBB49 (or 0x4CBB49) is unknown color: approx Fruit Salad. HEX triplet: 4C, BB and 49. RGB value is (76,187,73). Sum of RGB (Red+Green+Blue) = 76+187+73=336 (44% of max value = 765). Red value is 76 (30.08% from 255 or 22.62% from 336); Green value is 187 (73.44% from 255 or 55.65% from 336); Blue value is 73 (28.91% from 255 or 21.73% from 336); Max value from RGB is 187 - color contains mainly: green. Hex color #4CBB49 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4CBB49 is #B344B6. Grayscale: #8D8D8D. Windows color (decimal): -11748535 or 4832076. OLE color: 4832076.

HSL color Cylindrical-coordinate representation of color #4CBB49: hue angle of 118.42º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4CBB49 is Cyan = 0.59, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.27.

Color convert

RGB7618773-
CMYK0.5900.610.27
HSL118.42º45.6%50.98%-
HSV(B)118.42º60.96%73.33%-
XYZ21.9537.5612.4-
YUV140.8289.7381.77-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 22.62%
GREEN value IS 187 (73.44% from 255) = 55.65%
BLUE value IS 73 (28.91% from 255) = 21.73%
R=22.62%
G=55.65%
B=21.73%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal76187730.5900.610.27118.4245.650.98
Hex4CBB493B03D1B762e33
Octal11427311173075331665663
Binary10011001011101110010011110110111101110111110110101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CBB49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,187,73); }

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

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

 a { background-color: rgb(76,187,73); }

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

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

 span { border-color: rgb(76,187,73); }

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