#4CB053

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

Shades of Fruit Salad #4CB053

Tints of Fruit Salad #4CB053

Color information

#4CB053 (or 0x4CB053) is unknown color: approx Fruit Salad. HEX triplet: 4C, B0 and 53. RGB value is (76,176,83). Sum of RGB (Red+Green+Blue) = 76+176+83=335 (44% of max value = 765). Red value is 76 (30.08% from 255 or 22.69% from 335); Green value is 176 (69.14% from 255 or 52.54% from 335); Blue value is 83 (32.81% from 255 or 24.78% from 335); Max value from RGB is 176 - color contains mainly: green. Hex color #4CB053 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4CB053 is #B34FAC. Grayscale: #878787. Windows color (decimal): -11751341 or 5484620. OLE color: 5484620.

HSL color Cylindrical-coordinate representation of color #4CB053: hue angle of 124.2º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4CB053 is Cyan = 0.57, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.31.

Color convert

RGB7617683-
CMYK0.5700.530.31
HSL124.2º39.68%49.41%-
HSV(B)124.2º56.82%69.02%-
XYZ20.0733.2113.54-
YUV135.598.3785.56-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 22.69%
GREEN value IS 176 (69.14% from 255) = 52.54%
BLUE value IS 83 (32.81% from 255) = 24.78%
R=22.69%
G=52.54%
B=24.78%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal76176830.5700.530.31124.239.6849.41
Hex4CB053390351F7c2831
Octal11426012371065371745061
Binary10011001011000010100111110010110101111111111100101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CB053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,176,83); }

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

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

 a { background-color: rgb(76,176,83); }

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

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

 span { border-color: rgb(76,176,83); }

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