#4CA356

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

Shades of Fruit Salad #4CA356

Tints of Fruit Salad #4CA356

Color information

#4CA356 (or 0x4CA356) is unknown color: approx Fruit Salad. HEX triplet: 4C, A3 and 56. RGB value is (76,163,86). Sum of RGB (Red+Green+Blue) = 76+163+86=325 (43% of max value = 765). Red value is 76 (30.08% from 255 or 23.38% from 325); Green value is 163 (64.06% from 255 or 50.15% from 325); Blue value is 86 (33.98% from 255 or 26.46% from 325); Max value from RGB is 163 - color contains mainly: green. Hex color #4CA356 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4CA356 is #B35CA9. Grayscale: #808080. Windows color (decimal): -11754666 or 5677900. OLE color: 5677900.

HSL color Cylindrical-coordinate representation of color #4CA356: hue angle of 126.9º degrees, saturation: 0.36, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #4CA356 is Cyan = 0.53, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.36.

Color convert

RGB7616386-
CMYK0.5300.470.36
HSL126.9º36.4%46.86%-
HSV(B)126.9º53.37%63.92%-
XYZ17.7628.413.35-
YUV128.21104.1890.76-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 23.38%
GREEN value IS 163 (64.06% from 255) = 50.15%
BLUE value IS 86 (33.98% from 255) = 26.46%
R=23.38%
G=50.15%
B=26.46%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal76163860.5300.470.36126.936.446.86
Hex4CA3563502F247f242f
Octal11424312665057441774457
Binary100110010100011101011011010101011111001001111111100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CA356

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,163,86); }

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

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

 a { background-color: rgb(76,163,86); }

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

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

 span { border-color: rgb(76,163,86); }

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