#4CB34B

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

Shades of Fruit Salad #4CB34B

Tints of Fruit Salad #4CB34B

Color information

#4CB34B (or 0x4CB34B) is unknown color: approx Fruit Salad. HEX triplet: 4C, B3 and 4B. RGB value is (76,179,75). Sum of RGB (Red+Green+Blue) = 76+179+75=330 (43% of max value = 765). Red value is 76 (30.08% from 255 or 23.03% from 330); Green value is 179 (70.31% from 255 or 54.24% from 330); Blue value is 75 (29.69% from 255 or 22.73% from 330); Max value from RGB is 179 - color contains mainly: green. Hex color #4CB34B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4CB34B is #B34CB4. Grayscale: #888888. Windows color (decimal): -11750581 or 4961100. OLE color: 4961100.

HSL color Cylindrical-coordinate representation of color #4CB34B: hue angle of 119.42º degrees, saturation: 0.41, 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 #4CB34B is Cyan = 0.58, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.30.

Color convert

RGB7617975-
CMYK0.5800.580.30
HSL119.42º40.94%49.8%-
HSV(B)119.42º58.1%70.2%-
XYZ20.3734.2812.2-
YUV136.3593.3884.96-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 23.03%
GREEN value IS 179 (70.31% from 255) = 54.24%
BLUE value IS 75 (29.69% from 255) = 22.73%
R=23.03%
G=54.24%
B=22.73%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal76179750.5800.580.30119.4240.9449.8
Hex4CB34B3A03A1E772932
Octal11426311372072361675162
Binary10011001011001110010111110100111010111101110111101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CB34B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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