#4C8C4F

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

Shades of Fruit Salad #4C8C4F

Tints of Fruit Salad #4C8C4F

Color information

#4C8C4F (or 0x4C8C4F) is unknown color: approx Fruit Salad. HEX triplet: 4C, 8C and 4F. RGB value is (76,140,79). Sum of RGB (Red+Green+Blue) = 76+140+79=295 (39% of max value = 765). Red value is 76 (30.08% from 255 or 25.76% from 295); Green value is 140 (55.08% from 255 or 47.46% from 295); Blue value is 79 (31.25% from 255 or 26.78% from 295); Max value from RGB is 140 - color contains mainly: green. Hex color #4C8C4F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4C8C4F is #B373B0. Grayscale: #727272. Windows color (decimal): -11760561 or 5213260. OLE color: 5213260.

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

Color convert

RGB7614079-
CMYK0.4600.440.45
HSL122.81º29.63%42.35%-
HSV(B)122.81º45.71%54.9%-
XYZ13.7720.8610.7-
YUV113.91108.3100.96-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 25.76%
GREEN value IS 140 (55.08% from 255) = 47.46%
BLUE value IS 79 (31.25% from 255) = 26.78%
R=25.76%
G=47.46%
B=26.78%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal76140790.4600.440.45122.8129.6342.35
Hex4C8C4F2E02C2D7b1e2a
Octal11421411756054551733652
Binary10011001000110010011111011100101100101101111101111110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C8C4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,140,79); }

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

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

 a { background-color: rgb(76,140,79); }

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

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

 span { border-color: rgb(76,140,79); }

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