#4CB44A

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

Shades of Fruit Salad #4CB44A

Tints of Fruit Salad #4CB44A

Color information

#4CB44A (or 0x4CB44A) is unknown color: approx Fruit Salad. HEX triplet: 4C, B4 and 4A. RGB value is (76,180,74). Sum of RGB (Red+Green+Blue) = 76+180+74=330 (43% of max value = 765). Red value is 76 (30.08% from 255 or 23.03% from 330); Green value is 180 (70.70% from 255 or 54.55% from 330); Blue value is 74 (29.30% from 255 or 22.42% from 330); Max value from RGB is 180 - color contains mainly: green. Hex color #4CB44A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4CB44A is #B34BB5. Grayscale: #898989. Windows color (decimal): -11750326 or 4895820. OLE color: 4895820.

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

Color convert

RGB7618074-
CMYK0.5800.590.29
HSL118.87º41.73%49.8%-
HSV(B)118.87º58.89%70.59%-
XYZ20.5434.6712.09-
YUV136.8292.5484.62-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 23.03%
GREEN value IS 180 (70.70% from 255) = 54.55%
BLUE value IS 74 (29.30% from 255) = 22.42%
R=23.03%
G=54.55%
B=22.42%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal76180740.5800.590.29118.8741.7349.8
Hex4CB44A3A03B1D772a32
Octal11426411272073351675262
Binary10011001011010010010101110100111011111011110111101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CB44A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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