#4CA450

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

Shades of Fruit Salad #4CA450

Tints of Fruit Salad #4CA450

Color information

#4CA450 (or 0x4CA450) is unknown color: approx Fruit Salad. HEX triplet: 4C, A4 and 50. RGB value is (76,164,80). Sum of RGB (Red+Green+Blue) = 76+164+80=320 (42% of max value = 765). Red value is 76 (30.08% from 255 or 23.75% from 320); Green value is 164 (64.45% from 255 or 51.25% from 320); Blue value is 80 (31.64% from 255 or 25% from 320); Max value from RGB is 164 - color contains mainly: green. Hex color #4CA450 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4CA450 is #B35BAF. Grayscale: #808080. Windows color (decimal): -11754416 or 5284940. OLE color: 5284940.

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

Color convert

RGB7616480-
CMYK0.5400.510.36
HSL122.73º36.67%47.06%-
HSV(B)122.73º53.66%64.31%-
XYZ17.728.6712.19-
YUV128.11100.8590.83-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 23.75%
GREEN value IS 164 (64.45% from 255) = 51.25%
BLUE value IS 80 (31.64% from 255) = 25%
R=23.75%
G=51.25%
B=25%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal76164800.5400.510.36122.7336.6747.06
Hex4CA45036033247b252f
Octal11424412066063441734557
Binary100110010100100101000011011001100111001001111011100101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CA450

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,164,80); }

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

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

 a { background-color: rgb(76,164,80); }

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

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

 span { border-color: rgb(76,164,80); }

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