#47745F

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

Shades of Como #47745F

Tints of Como #47745F

Color information

#47745F (or 0x47745F) is unknown color: approx Como. HEX triplet: 47, 74 and 5F. RGB value is (71,116,95). Sum of RGB (Red+Green+Blue) = 71+116+95=282 (37% of max value = 765). Red value is 71 (28.12% from 255 or 25.18% from 282); Green value is 116 (45.70% from 255 or 41.13% from 282); Blue value is 95 (37.5% from 255 or 33.69% from 282); Max value from RGB is 116 - color contains mainly: green. Hex color #47745F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47745F is #B88BA0. Grayscale: #646464. Windows color (decimal): -12094369 or 6255687. OLE color: 6255687.

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

Color convert

RGB7111695-
CMYK0.3900.180.55
HSL152º24.06%36.67%-
HSV(B)152º38.79%45.49%-
XYZ10.9114.6613.08-
YUV100.15125.09107.21-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 25.18%
GREEN value IS 116 (45.70% from 255) = 41.13%
BLUE value IS 95 (37.5% from 255) = 33.69%
R=25.18%
G=41.13%
B=33.69%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal71116950.3900.180.5515224.0636.67
Hex47745F2701237981825
Octal10716413747022672303045
Binary1000111111010010111111001110100101101111001100011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47745F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47745F; }

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

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

<style>
 a { background-color: #47745F; }

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

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

<style>
 span { border-color: #47745F; }

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

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