#4caa42

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

Shades of Fruit Salad #4CAA42

Tints of Fruit Salad #4CAA42

Color information

#4CAA42 (or 0x4CAA42) is unknown color: approx Fruit Salad. HEX triplet: 4C, AA and 42. RGB value is (76,170,66). Sum of RGB (Red+Green+Blue) = 76+170+66=312 (41% of max value = 765). Red value is 76 (30.08% from 255 or 24.36% from 312); Green value is 170 (66.80% from 255 or 54.49% from 312); Blue value is 66 (26.17% from 255 or 21.15% from 312); Max value from RGB is 170 - color contains mainly: green. Hex color #4CAA42 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4CAA42 is #B355BD. Grayscale: #828282. Windows color (decimal): -11752894 or 4368972. OLE color: 4368972.

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

Color convert

RGB7617066-
CMYK0.5500.610.33
HSL114.23º44.07%46.27%-
HSV(B)114.23º61.18%66.67%-
XYZ18.3430.6810.11-
YUV130.0491.8689.46-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 24.36%
GREEN value IS 170 (66.80% from 255) = 54.49%
BLUE value IS 66 (26.17% from 255) = 21.15%
R=24.36%
G=54.49%
B=21.15%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal76170660.5500.610.33114.2344.0746.27
Hex4CAA423703D21722c2e
Octal11425210267075411625456
Binary100110010101010100001011011101111011000011110010101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4caa42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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