#4CA942

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

Shades of Fruit Salad #4CA942

Tints of Fruit Salad #4CA942

Color information

#4CA942 (or 0x4CA942) is unknown color: approx Fruit Salad. HEX triplet: 4C, A9 and 42. RGB value is (76,169,66). Sum of RGB (Red+Green+Blue) = 76+169+66=311 (41% of max value = 765). Red value is 76 (30.08% from 255 or 24.44% from 311); Green value is 169 (66.41% from 255 or 54.34% from 311); Blue value is 66 (26.17% from 255 or 21.22% from 311); Max value from RGB is 169 - color contains mainly: green. Hex color #4CA942 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4CA942 is #B356BD. Grayscale: #818181. Windows color (decimal): -11753150 or 4368716. OLE color: 4368716.

HSL color Cylindrical-coordinate representation of color #4CA942: hue angle of 114.17º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4CA942 is Cyan = 0.55, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.34.

Color convert

RGB7616966-
CMYK0.5500.610.34
HSL114.17º43.83%46.08%-
HSV(B)114.17º60.95%66.27%-
XYZ18.1530.3110.05-
YUV129.4592.1989.88-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 24.44%
GREEN value IS 169 (66.41% from 255) = 54.34%
BLUE value IS 66 (26.17% from 255) = 21.22%
R=24.44%
G=54.34%
B=21.22%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal76169660.5500.610.34114.1743.8346.08
Hex4CA9423703D22722c2e
Octal11425110267075421625456
Binary100110010101001100001011011101111011000101110010101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CA942

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,169,66); }

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

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

 a { background-color: rgb(76,169,66); }

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

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

 span { border-color: rgb(76,169,66); }

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