#47755E

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

Shades of Como #47755E

Tints of Como #47755E

Color information

#47755E (or 0x47755E) is unknown color: approx Como. HEX triplet: 47, 75 and 5E. RGB value is (71,117,94). Sum of RGB (Red+Green+Blue) = 71+117+94=282 (37% of max value = 765). Red value is 71 (28.12% from 255 or 25.18% from 282); Green value is 117 (46.09% from 255 or 41.49% from 282); Blue value is 94 (37.11% from 255 or 33.33% from 282); Max value from RGB is 117 - color contains mainly: green. Hex color #47755E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47755E is #B88AA1. Grayscale: #646464. Windows color (decimal): -12094114 or 6190407. OLE color: 6190407.

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

Color convert

RGB7111794-
CMYK0.3900.200.54
HSL150º24.47%36.86%-
HSV(B)150º39.32%45.88%-
XYZ10.9814.8712.88-
YUV100.62124.26106.87-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 25.18%
GREEN value IS 117 (46.09% from 255) = 41.49%
BLUE value IS 94 (37.11% from 255) = 33.33%
R=25.18%
G=41.49%
B=33.33%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal71117940.3900.200.5415024.4736.86
Hex47755E2701436961825
Octal10716513647024662263045
Binary1000111111010110111101001110101001101101001011011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47755E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47755E; }

 p { color: rgb(71,117,94); }

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

<style>
 a { background-color: #47755E; }

 a { background-color: rgb(71,117,94); }

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

<style>
 span { border-color: #47755E; }

 span { border-color: rgb(71,117,94); }

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