#4A745F

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

Shades of Como #4A745F

Tints of Como #4A745F

Color information

#4A745F (or 0x4A745F) is unknown color: approx Como. HEX triplet: 4A, 74 and 5F. RGB value is (74,116,95). Sum of RGB (Red+Green+Blue) = 74+116+95=285 (37% of max value = 765). Red value is 74 (29.30% from 255 or 25.96% from 285); Green value is 116 (45.70% from 255 or 40.70% from 285); Blue value is 95 (37.5% from 255 or 33.33% from 285); Max value from RGB is 116 - color contains mainly: green. Hex color #4A745F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A745F is #B58BA0. Grayscale: #656565. Windows color (decimal): -11897761 or 6255690. OLE color: 6255690.

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

Color convert

RGB7411695-
CMYK0.3600.180.55
HSL150º22.11%37.25%-
HSV(B)150º36.21%45.49%-
XYZ11.1314.7713.09-
YUV101.05124.59108.71-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 25.96%
GREEN value IS 116 (45.70% from 255) = 40.70%
BLUE value IS 95 (37.5% from 255) = 33.33%
R=25.96%
G=40.70%
B=33.33%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal74116950.3600.180.5515022.1137.25
Hex4A745F2401237961625
Octal11216413744022672262645
Binary1001010111010010111111001000100101101111001011010110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A745F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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