#4CA749

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

Shades of Fruit Salad #4CA749

Tints of Fruit Salad #4CA749

Color information

#4CA749 (or 0x4CA749) is unknown color: approx Fruit Salad. HEX triplet: 4C, A7 and 49. RGB value is (76,167,73). Sum of RGB (Red+Green+Blue) = 76+167+73=316 (41% of max value = 765). Red value is 76 (30.08% from 255 or 24.05% from 316); Green value is 167 (65.62% from 255 or 52.85% from 316); Blue value is 73 (28.91% from 255 or 23.10% from 316); Max value from RGB is 167 - color contains mainly: green. Hex color #4CA749 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4CA749 is #B358B6. Grayscale: #818181. Windows color (decimal): -11753655 or 4826956. OLE color: 4826956.

HSL color Cylindrical-coordinate representation of color #4CA749: hue angle of 118.09º degrees, saturation: 0.39, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4CA749 is Cyan = 0.54, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.35.

Color convert

RGB7616773-
CMYK0.5400.560.35
HSL118.09º39.17%47.06%-
HSV(B)118.09º56.29%65.49%-
XYZ1829.6511.08-
YUV129.0796.3590.14-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 24.05%
GREEN value IS 167 (65.62% from 255) = 52.85%
BLUE value IS 73 (28.91% from 255) = 23.10%
R=24.05%
G=52.85%
B=23.10%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal76167730.5400.560.35118.0939.1747.06
Hex4CA749360382376272f
Octal11424711166070431664757
Binary100110010100111100100111011001110001000111110110100111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CA749

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,167,73); }

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

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

 a { background-color: rgb(76,167,73); }

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

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

 span { border-color: rgb(76,167,73); }

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