#4CB840

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

Shades of Fruit Salad #4CB840

Tints of Fruit Salad #4CB840

Color information

#4CB840 (or 0x4CB840) is unknown color: approx Fruit Salad. HEX triplet: 4C, B8 and 40. RGB value is (76,184,64). Sum of RGB (Red+Green+Blue) = 76+184+64=324 (42% of max value = 765). Red value is 76 (30.08% from 255 or 23.46% from 324); Green value is 184 (72.27% from 255 or 56.79% from 324); Blue value is 64 (25.39% from 255 or 19.75% from 324); Max value from RGB is 184 - color contains mainly: green. Hex color #4CB840 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4CB840 is #B347BF. Grayscale: #8A8A8A. Windows color (decimal): -11749312 or 4241484. OLE color: 4241484.

HSL color Cylindrical-coordinate representation of color #4CB840: hue angle of 114º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4CB840 is Cyan = 0.59, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.28.

Color convert

RGB7618464-
CMYK0.5900.650.28
HSL114º48.39%48.63%-
HSV(B)114º65.22%72.16%-
XYZ21.0536.1910.73-
YUV138.0386.2283.76-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 23.46%
GREEN value IS 184 (72.27% from 255) = 56.79%
BLUE value IS 64 (25.39% from 255) = 19.75%
R=23.46%
G=56.79%
B=19.75%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal76184640.5900.650.2811448.3948.63
Hex4CB8403B0411C723031
Octal114270100730101341626061
Binary100110010111000100000011101101000001111001110010110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CB840

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,184,64); }

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

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

 a { background-color: rgb(76,184,64); }

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

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

 span { border-color: rgb(76,184,64); }

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