#4A785A

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

Shades of Como #4A785A

Tints of Como #4A785A

Color information

#4A785A (or 0x4A785A) is unknown color: approx Como. HEX triplet: 4A, 78 and 5A. RGB value is (74,120,90). Sum of RGB (Red+Green+Blue) = 74+120+90=284 (37% of max value = 765). Red value is 74 (29.30% from 255 or 26.06% from 284); Green value is 120 (47.27% from 255 or 42.25% from 284); Blue value is 90 (35.55% from 255 or 31.69% from 284); Max value from RGB is 120 - color contains mainly: green. Hex color #4A785A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A785A is #B587A5. Grayscale: #666666. Windows color (decimal): -11896742 or 5929034. OLE color: 5929034.

HSL color Cylindrical-coordinate representation of color #4A785A: hue angle of 140.87º 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 #4A785A is Cyan = 0.38, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.53.

Color convert

RGB7412090-
CMYK0.3800.250.53
HSL140.87º23.71%38.04%-
HSV(B)140.87º38.33%47.06%-
XYZ11.3915.6312.09-
YUV102.83120.76107.44-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 26.06%
GREEN value IS 120 (47.27% from 255) = 42.25%
BLUE value IS 90 (35.55% from 255) = 31.69%
R=26.06%
G=42.25%
B=31.69%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal74120900.3800.250.53140.8723.7138.04
Hex4A785A26019358d1826
Octal11217013246031652153046
Binary1001010111100010110101001100110011101011000110111000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A785A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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