#47795A

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

Shades of Como #47795A

Tints of Como #47795A

Color information

#47795A (or 0x47795A) is unknown color: approx Como. HEX triplet: 47, 79 and 5A. RGB value is (71,121,90). Sum of RGB (Red+Green+Blue) = 71+121+90=282 (37% of max value = 765). Red value is 71 (28.12% from 255 or 25.18% from 282); Green value is 121 (47.66% from 255 or 42.91% from 282); Blue value is 90 (35.55% from 255 or 31.91% from 282); Max value from RGB is 121 - color contains mainly: green. Hex color #47795A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47795A is #B886A5. Grayscale: #666666. Windows color (decimal): -12093094 or 5929287. OLE color: 5929287.

HSL color Cylindrical-coordinate representation of color #47795A: hue angle of 142.8º degrees, saturation: 0.26, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #47795A is Cyan = 0.41, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.53.

Color convert

RGB7112190-
CMYK0.4100.260.53
HSL142.8º26.04%37.65%-
HSV(B)142.8º41.32%47.45%-
XYZ11.2815.7512.12-
YUV102.52120.94105.52-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 25.18%
GREEN value IS 121 (47.66% from 255) = 42.91%
BLUE value IS 90 (35.55% from 255) = 31.91%
R=25.18%
G=42.91%
B=31.91%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal71121900.4100.260.53142.826.0437.65
Hex47795A2901A358f1a26
Octal10717113251032652173246
Binary1000111111100110110101010010110101101011000111111010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47795A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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