#4C875A

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

Shades of Como #4C875A

Tints of Como #4C875A

Color information

#4C875A (or 0x4C875A) is unknown color: approx Como. HEX triplet: 4C, 87 and 5A. RGB value is (76,135,90). Sum of RGB (Red+Green+Blue) = 76+135+90=301 (39% of max value = 765). Red value is 76 (30.08% from 255 or 25.25% from 301); Green value is 135 (53.12% from 255 or 44.85% from 301); Blue value is 90 (35.55% from 255 or 29.90% from 301); Max value from RGB is 135 - color contains mainly: green. Hex color #4C875A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4C875A is #B378A5. Grayscale: #707070. Windows color (decimal): -11761830 or 5932876. OLE color: 5932876.

HSL color Cylindrical-coordinate representation of color #4C875A: hue angle of 134.24º degrees, saturation: 0.28, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #4C875A is Cyan = 0.44, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.47.

Color convert

RGB7613590-
CMYK0.4400.330.47
HSL134.24º27.96%41.37%-
HSV(B)134.24º43.7%52.94%-
XYZ13.4919.612.75-
YUV112.23115.45102.16-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 25.25%
GREEN value IS 135 (53.12% from 255) = 44.85%
BLUE value IS 90 (35.55% from 255) = 29.90%
R=25.25%
G=44.85%
B=29.90%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal76135900.4400.330.47134.2427.9641.37
Hex4C875A2C0212F861c29
Octal11420713254041572063451
Binary100110010000111101101010110001000011011111000011011100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C875A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,135,90); }

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

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

 a { background-color: rgb(76,135,90); }

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

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

 span { border-color: rgb(76,135,90); }

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