#4A755A

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

Shades of Como #4A755A

Tints of Como #4A755A

Color information

#4A755A (or 0x4A755A) is unknown color: approx Como. HEX triplet: 4A, 75 and 5A. RGB value is (74,117,90). Sum of RGB (Red+Green+Blue) = 74+117+90=281 (37% of max value = 765). Red value is 74 (29.30% from 255 or 26.33% from 281); Green value is 117 (46.09% from 255 or 41.64% from 281); Blue value is 90 (35.55% from 255 or 32.03% from 281); Max value from RGB is 117 - color contains mainly: green. Hex color #4A755A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A755A is #B58AA5. Grayscale: #656565. Windows color (decimal): -11897510 or 5928266. OLE color: 5928266.

HSL color Cylindrical-coordinate representation of color #4A755A: hue angle of 142.33º degrees, saturation: 0.23, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #4A755A is Cyan = 0.37, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.54.

Color convert

RGB7411790-
CMYK0.3700.230.54
HSL142.33º22.51%37.45%-
HSV(B)142.33º36.75%45.88%-
XYZ11.0314.9211.97-
YUV101.07121.75108.7-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 26.33%
GREEN value IS 117 (46.09% from 255) = 41.64%
BLUE value IS 90 (35.55% from 255) = 32.03%
R=26.33%
G=41.64%
B=32.03%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal74117900.3700.230.54142.3322.5137.45
Hex4A755A25017368e1725
Octal11216513245027662162745
Binary1001010111010110110101001010101111101101000111010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A755A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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