#4CB059

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

Shades of Fruit Salad #4CB059

Tints of Fruit Salad #4CB059

Color information

#4CB059 (or 0x4CB059) is unknown color: approx Fruit Salad. HEX triplet: 4C, B0 and 59. RGB value is (76,176,89). Sum of RGB (Red+Green+Blue) = 76+176+89=341 (45% of max value = 765). Red value is 76 (30.08% from 255 or 22.29% from 341); Green value is 176 (69.14% from 255 or 51.61% from 341); Blue value is 89 (35.16% from 255 or 26.10% from 341); Max value from RGB is 176 - color contains mainly: green. Hex color #4CB059 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4CB059 is #B34FA6. Grayscale: #888888. Windows color (decimal): -11751335 or 5877836. OLE color: 5877836.

HSL color Cylindrical-coordinate representation of color #4CB059: hue angle of 127.8º 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 #4CB059 is Cyan = 0.57, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.31.

Color convert

RGB7617689-
CMYK0.5700.490.31
HSL127.8º39.68%49.41%-
HSV(B)127.8º56.82%69.02%-
XYZ20.3133.3114.81-
YUV136.18101.3785.07-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 22.29%
GREEN value IS 176 (69.14% from 255) = 51.61%
BLUE value IS 89 (35.16% from 255) = 26.10%
R=22.29%
G=51.61%
B=26.10%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal76176890.5700.490.31127.839.6849.41
Hex4CB059390311F802831
Octal11426013171061372005061
Binary100110010110000101100111100101100011111110000000101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CB059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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