#5A745F

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

Shades of Como #5A745F

Tints of Como #5A745F

Color information

#5A745F (or 0x5A745F) is unknown color: approx Como. HEX triplet: 5A, 74 and 5F. RGB value is (90,116,95). Sum of RGB (Red+Green+Blue) = 90+116+95=301 (39% of max value = 765). Red value is 90 (35.55% from 255 or 29.90% from 301); Green value is 116 (45.70% from 255 or 38.54% from 301); Blue value is 95 (37.5% from 255 or 31.56% from 301); Max value from RGB is 116 - color contains mainly: green. Hex color #5A745F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A745F is #A58BA0. Grayscale: #696969. Windows color (decimal): -10849185 or 6255706. OLE color: 6255706.

HSL color Cylindrical-coordinate representation of color #5A745F: hue angle of 131.54º degrees, saturation: 0.13, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #5A745F is Cyan = 0.22, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.55.

Color convert

RGB9011695-
CMYK0.2200.180.55
HSL131.54º12.62%40.39%-
HSV(B)131.54º22.41%45.49%-
XYZ12.5315.4913.16-
YUV105.83121.89116.71-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 29.90%
GREEN value IS 116 (45.70% from 255) = 38.54%
BLUE value IS 95 (37.5% from 255) = 31.56%
R=29.90%
G=38.54%
B=31.56%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal90116950.2200.180.55131.5412.6240.39
Hex5A745F160123784d28
Octal13216413726022672041550
Binary10110101110100101111110110010010110111100001001101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A745F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5A745F; }

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

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

<style>
 a { background-color: #5A745F; }

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

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

<style>
 span { border-color: #5A745F; }

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

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