#4C8C4B

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

Shades of Fruit Salad #4C8C4B

Tints of Fruit Salad #4C8C4B

Color information

#4C8C4B (or 0x4C8C4B) is unknown color: approx Fruit Salad. HEX triplet: 4C, 8C and 4B. RGB value is (76,140,75). Sum of RGB (Red+Green+Blue) = 76+140+75=291 (38% of max value = 765). Red value is 76 (30.08% from 255 or 26.12% from 291); Green value is 140 (55.08% from 255 or 48.11% from 291); Blue value is 75 (29.69% from 255 or 25.77% from 291); Max value from RGB is 140 - color contains mainly: green. Hex color #4C8C4B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4C8C4B is #B373B4. Grayscale: #717171. Windows color (decimal): -11760565 or 4951116. OLE color: 4951116.

HSL color Cylindrical-coordinate representation of color #4C8C4B: hue angle of 119.08º 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 #4C8C4B is Cyan = 0.46, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.45.

Color convert

RGB7614075-
CMYK0.4600.460.45
HSL119.08º30.23%42.16%-
HSV(B)119.08º46.43%54.9%-
XYZ13.6320.89.95-
YUV113.45106.3101.29-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 26.12%
GREEN value IS 140 (55.08% from 255) = 48.11%
BLUE value IS 75 (29.69% from 255) = 25.77%
R=26.12%
G=48.11%
B=25.77%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal76140750.4600.460.45119.0830.2342.16
Hex4C8C4B2E02E2D771e2a
Octal11421411356056551673652
Binary10011001000110010010111011100101110101101111011111110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C8C4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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