#4A785C

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

Shades of Como #4A785C

Tints of Como #4A785C

Color information

#4A785C (or 0x4A785C) is unknown color: approx Como. HEX triplet: 4A, 78 and 5C. RGB value is (74,120,92). Sum of RGB (Red+Green+Blue) = 74+120+92=286 (37% of max value = 765). Red value is 74 (29.30% from 255 or 25.87% from 286); Green value is 120 (47.27% from 255 or 41.96% from 286); Blue value is 92 (36.33% from 255 or 32.17% from 286); Max value from RGB is 120 - color contains mainly: green. Hex color #4A785C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A785C is #B587A3. Grayscale: #676767. Windows color (decimal): -11896740 or 6060106. OLE color: 6060106.

HSL color Cylindrical-coordinate representation of color #4A785C: hue angle of 143.48º degrees, saturation: 0.24, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #4A785C is Cyan = 0.38, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.53.

Color convert

RGB7412092-
CMYK0.3800.230.53
HSL143.48º23.71%38.04%-
HSV(B)143.48º38.33%47.06%-
XYZ11.4715.6612.54-
YUV103.05121.76107.28-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 25.87%
GREEN value IS 120 (47.27% from 255) = 41.96%
BLUE value IS 92 (36.33% from 255) = 32.17%
R=25.87%
G=41.96%
B=32.17%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal74120920.3800.230.53143.4823.7138.04
Hex4A785C26017358f1826
Octal11217013446027652173046
Binary1001010111100010111001001100101111101011000111111000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A785C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,120,92); }

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

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

 a { background-color: rgb(74,120,92); }

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

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

 span { border-color: rgb(74,120,92); }

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