#4CAC5C

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

Shades of Fruit Salad #4CAC5C

Tints of Fruit Salad #4CAC5C

Color information

#4CAC5C (or 0x4CAC5C) is unknown color: approx Fruit Salad. HEX triplet: 4C, AC and 5C. RGB value is (76,172,92). Sum of RGB (Red+Green+Blue) = 76+172+92=340 (45% of max value = 765). Red value is 76 (30.08% from 255 or 22.35% from 340); Green value is 172 (67.58% from 255 or 50.59% from 340); Blue value is 92 (36.33% from 255 or 27.06% from 340); Max value from RGB is 172 - color contains mainly: green. Hex color #4CAC5C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4CAC5C is #B353A3. Grayscale: #868686. Windows color (decimal): -11752356 or 6073420. OLE color: 6073420.

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

Color convert

RGB7617292-
CMYK0.5600.470.33
HSL130º38.71%48.63%-
HSV(B)130º55.81%67.45%-
XYZ19.6631.8115.23-
YUV134.18104.286.5-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 22.35%
GREEN value IS 172 (67.58% from 255) = 50.59%
BLUE value IS 92 (36.33% from 255) = 27.06%
R=22.35%
G=50.59%
B=27.06%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal76172920.5600.470.3313038.7148.63
Hex4CAC5C3802F21822731
Octal11425413470057412024761
Binary1001100101011001011100111000010111110000110000010100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CAC5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,172,92); }

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

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

 a { background-color: rgb(76,172,92); }

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

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

 span { border-color: rgb(76,172,92); }

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