#4C745E

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

Shades of Como #4C745E

Tints of Como #4C745E

Color information

#4C745E (or 0x4C745E) is unknown color: approx Como. HEX triplet: 4C, 74 and 5E. RGB value is (76,116,94). Sum of RGB (Red+Green+Blue) = 76+116+94=286 (37% of max value = 765). Red value is 76 (30.08% from 255 or 26.57% from 286); Green value is 116 (45.70% from 255 or 40.56% from 286); Blue value is 94 (37.11% from 255 or 32.87% from 286); Max value from RGB is 116 - color contains mainly: green. Hex color #4C745E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C745E is #B38BA1. Grayscale: #656565. Windows color (decimal): -11766690 or 6190156. OLE color: 6190156.

HSL color Cylindrical-coordinate representation of color #4C745E: hue angle of 147º 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 #4C745E is Cyan = 0.34, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.55.

Color convert

RGB7611694-
CMYK0.3400.190.55
HSL147º20.83%37.65%-
HSV(B)147º34.48%45.49%-
XYZ11.2514.8412.86-
YUV101.53123.75109.79-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 26.57%
GREEN value IS 116 (45.70% from 255) = 40.56%
BLUE value IS 94 (37.11% from 255) = 32.87%
R=26.57%
G=40.56%
B=32.87%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal76116940.3400.190.5514720.8337.65
Hex4C745E2201337931526
Octal11416413642023672232546
Binary1001100111010010111101000100100111101111001001110101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C745E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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