#47755D

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

Shades of Como #47755D

Tints of Como #47755D

Color information

#47755D (or 0x47755D) is unknown color: approx Como. HEX triplet: 47, 75 and 5D. RGB value is (71,117,93). Sum of RGB (Red+Green+Blue) = 71+117+93=281 (37% of max value = 765). Red value is 71 (28.12% from 255 or 25.27% from 281); Green value is 117 (46.09% from 255 or 41.64% from 281); Blue value is 93 (36.72% from 255 or 33.10% from 281); Max value from RGB is 117 - color contains mainly: green. Hex color #47755D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47755D is #B88AA2. Grayscale: #646464. Windows color (decimal): -12094115 or 6124871. OLE color: 6124871.

HSL color Cylindrical-coordinate representation of color #47755D: hue angle of 148.7º 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 #47755D is Cyan = 0.39, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.54.

Color convert

RGB7111793-
CMYK0.3900.210.54
HSL148.7º24.47%36.86%-
HSV(B)148.7º39.32%45.88%-
XYZ10.9414.8512.65-
YUV100.51123.76106.95-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 25.27%
GREEN value IS 117 (46.09% from 255) = 41.64%
BLUE value IS 93 (36.72% from 255) = 33.10%
R=25.27%
G=41.64%
B=33.10%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal71117930.3900.210.54148.724.4736.86
Hex47755D2701536951825
Octal10716513547025662253045
Binary1000111111010110111011001110101011101101001010111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47755D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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