#4CB34D

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

Shades of Fruit Salad #4CB34D

Tints of Fruit Salad #4CB34D

Color information

#4CB34D (or 0x4CB34D) is unknown color: approx Fruit Salad. HEX triplet: 4C, B3 and 4D. RGB value is (76,179,77). Sum of RGB (Red+Green+Blue) = 76+179+77=332 (43% of max value = 765). Red value is 76 (30.08% from 255 or 22.89% from 332); Green value is 179 (70.31% from 255 or 53.92% from 332); Blue value is 77 (30.47% from 255 or 23.19% from 332); Max value from RGB is 179 - color contains mainly: green. Hex color #4CB34D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4CB34D is #B34CB2. Grayscale: #888888. Windows color (decimal): -11750579 or 5092172. OLE color: 5092172.

HSL color Cylindrical-coordinate representation of color #4CB34D: hue angle of 120.58º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4CB34D is Cyan = 0.58, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.30.

Color convert

RGB7617977-
CMYK0.5800.570.30
HSL120.58º40.39%50%-
HSV(B)120.58º57.54%70.2%-
XYZ20.4434.3112.57-
YUV136.5794.3884.79-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 22.89%
GREEN value IS 179 (70.31% from 255) = 53.92%
BLUE value IS 77 (30.47% from 255) = 23.19%
R=22.89%
G=53.92%
B=23.19%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal76179770.5800.570.30120.5840.3950
Hex4CB34D3A0391E792832
Octal11426311572071361715062
Binary10011001011001110011011110100111001111101111001101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CB34D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,179,77); }

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

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

 a { background-color: rgb(76,179,77); }

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

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

 span { border-color: rgb(76,179,77); }

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