#47755A

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

Shades of Como #47755A

Tints of Como #47755A

Color information

#47755A (or 0x47755A) is unknown color: approx Como. HEX triplet: 47, 75 and 5A. RGB value is (71,117,90). Sum of RGB (Red+Green+Blue) = 71+117+90=278 (36% of max value = 765). Red value is 71 (28.12% from 255 or 25.54% from 278); Green value is 117 (46.09% from 255 or 42.09% from 278); Blue value is 90 (35.55% from 255 or 32.37% from 278); Max value from RGB is 117 - color contains mainly: green. Hex color #47755A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47755A is #B88AA5. Grayscale: #646464. Windows color (decimal): -12094118 or 5928263. OLE color: 5928263.

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

Color convert

RGB7111790-
CMYK0.3900.230.54
HSL144.78º24.47%36.86%-
HSV(B)144.78º39.32%45.88%-
XYZ10.8114.811.96-
YUV100.17122.26107.2-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 25.54%
GREEN value IS 117 (46.09% from 255) = 42.09%
BLUE value IS 90 (35.55% from 255) = 32.37%
R=25.54%
G=42.09%
B=32.37%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal71117900.3900.230.54144.7824.4736.86
Hex47755A2701736911825
Octal10716513247027662213045
Binary1000111111010110110101001110101111101101001000111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47755A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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