#4CA358

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

Shades of Fruit Salad #4CA358

Tints of Fruit Salad #4CA358

Color information

#4CA358 (or 0x4CA358) is unknown color: approx Fruit Salad. HEX triplet: 4C, A3 and 58. RGB value is (76,163,88). Sum of RGB (Red+Green+Blue) = 76+163+88=327 (43% of max value = 765). Red value is 76 (30.08% from 255 or 23.24% from 327); Green value is 163 (64.06% from 255 or 49.85% from 327); Blue value is 88 (34.77% from 255 or 26.91% from 327); Max value from RGB is 163 - color contains mainly: green. Hex color #4CA358 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4CA358 is #B35CA7. Grayscale: #808080. Windows color (decimal): -11754664 or 5808972. OLE color: 5808972.

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

Color convert

RGB7616388-
CMYK0.5300.460.36
HSL128.28º36.4%46.86%-
HSV(B)128.28º53.37%63.92%-
XYZ17.8428.4413.78-
YUV128.44105.1890.6-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 23.24%
GREEN value IS 163 (64.06% from 255) = 49.85%
BLUE value IS 88 (34.77% from 255) = 26.91%
R=23.24%
G=49.85%
B=26.91%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal76163880.5300.460.36128.2836.446.86
Hex4CA3583502E2480242f
Octal11424313065056442004457
Binary1001100101000111011000110101010111010010010000000100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CA358

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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