#4CB455

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

Shades of Fruit Salad #4CB455

Tints of Fruit Salad #4CB455

Color information

#4CB455 (or 0x4CB455) is unknown color: approx Fruit Salad. HEX triplet: 4C, B4 and 55. RGB value is (76,180,85). Sum of RGB (Red+Green+Blue) = 76+180+85=341 (45% of max value = 765). Red value is 76 (30.08% from 255 or 22.29% from 341); Green value is 180 (70.70% from 255 or 52.79% from 341); Blue value is 85 (33.59% from 255 or 24.93% from 341); Max value from RGB is 180 - color contains mainly: green. Hex color #4CB455 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4CB455 is #B34BAA. Grayscale: #8A8A8A. Windows color (decimal): -11750315 or 5616716. OLE color: 5616716.

HSL color Cylindrical-coordinate representation of color #4CB455: hue angle of 125.19º 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 #4CB455 is Cyan = 0.58, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.29.

Color convert

RGB7618085-
CMYK0.5800.530.29
HSL125.19º40.94%50.2%-
HSV(B)125.19º57.78%70.59%-
XYZ20.9434.8314.21-
YUV138.0798.0483.72-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 22.29%
GREEN value IS 180 (70.70% from 255) = 52.79%
BLUE value IS 85 (33.59% from 255) = 24.93%
R=22.29%
G=52.79%
B=24.93%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal76180850.5800.530.29125.1940.9450.2
Hex4CB4553A0351D7d2932
Octal11426412572065351755162
Binary10011001011010010101011110100110101111011111101101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CB455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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