#4CB45A

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

Shades of Fruit Salad #4CB45A

Tints of Fruit Salad #4CB45A

Color information

#4CB45A (or 0x4CB45A) is unknown color: approx Fruit Salad. HEX triplet: 4C, B4 and 5A. RGB value is (76,180,90). Sum of RGB (Red+Green+Blue) = 76+180+90=346 (45% of max value = 765). Red value is 76 (30.08% from 255 or 21.97% from 346); Green value is 180 (70.70% from 255 or 52.02% from 346); Blue value is 90 (35.55% from 255 or 26.01% from 346); Max value from RGB is 180 - color contains mainly: green. Hex color #4CB45A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4CB45A is #B34BA5. Grayscale: #8A8A8A. Windows color (decimal): -11750310 or 5944396. OLE color: 5944396.

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

Color convert

RGB7618090-
CMYK0.5800.500.29
HSL128.08º40.94%50.2%-
HSV(B)128.08º57.78%70.59%-
XYZ21.1534.9215.3-
YUV138.64100.5483.32-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 21.97%
GREEN value IS 180 (70.70% from 255) = 52.02%
BLUE value IS 90 (35.55% from 255) = 26.01%
R=21.97%
G=52.02%
B=26.01%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal76180900.5800.500.29128.0840.9450.2
Hex4CB45A3A0321D802932
Octal11426413272062352005162
Binary100110010110100101101011101001100101110110000000101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CB45A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,180,90); }

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

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

 a { background-color: rgb(76,180,90); }

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

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

 span { border-color: rgb(76,180,90); }

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