#4C745A

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

Shades of Como #4C745A

Tints of Como #4C745A

Color information

#4C745A (or 0x4C745A) is unknown color: approx Como. HEX triplet: 4C, 74 and 5A. RGB value is (76,116,90). Sum of RGB (Red+Green+Blue) = 76+116+90=282 (37% of max value = 765). Red value is 76 (30.08% from 255 or 26.95% from 282); Green value is 116 (45.70% from 255 or 41.13% from 282); Blue value is 90 (35.55% from 255 or 31.91% from 282); Max value from RGB is 116 - color contains mainly: green. Hex color #4C745A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C745A is #B38BA5. Grayscale: #656565. Windows color (decimal): -11766694 or 5928012. OLE color: 5928012.

HSL color Cylindrical-coordinate representation of color #4C745A: hue angle of 141º degrees, saturation: 0.21, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #4C745A is Cyan = 0.34, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.55.

Color convert

RGB7611690-
CMYK0.3400.220.55
HSL141º20.83%37.65%-
HSV(B)141º34.48%45.49%-
XYZ11.0714.7711.94-
YUV101.08121.75110.11-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 26.95%
GREEN value IS 116 (45.70% from 255) = 41.13%
BLUE value IS 90 (35.55% from 255) = 31.91%
R=26.95%
G=41.13%
B=31.91%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal76116900.3400.220.5514120.8337.65
Hex4C745A22016378d1526
Octal11416413242026672152546
Binary1001100111010010110101000100101101101111000110110101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C745A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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