#47895E

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

Shades of Como #47895E

Tints of Como #47895E

Color information

#47895E (or 0x47895E) is unknown color: approx Como. HEX triplet: 47, 89 and 5E. RGB value is (71,137,94). Sum of RGB (Red+Green+Blue) = 71+137+94=302 (40% of max value = 765). Red value is 71 (28.12% from 255 or 23.51% from 302); Green value is 137 (53.91% from 255 or 45.36% from 302); Blue value is 94 (37.11% from 255 or 31.13% from 302); Max value from RGB is 137 - color contains mainly: green. Hex color #47895E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #47895E is #B876A1. Grayscale: #707070. Windows color (decimal): -12088994 or 6195527. OLE color: 6195527.

HSL color Cylindrical-coordinate representation of color #47895E: hue angle of 140.91º degrees, saturation: 0.32, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #47895E is Cyan = 0.48, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.46.

Color convert

RGB7113794-
CMYK0.4800.310.46
HSL140.91º31.73%40.78%-
HSV(B)140.91º48.18%53.73%-
XYZ13.5620.0413.74-
YUV112.36117.6398.5-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 23.51%
GREEN value IS 137 (53.91% from 255) = 45.36%
BLUE value IS 94 (37.11% from 255) = 31.13%
R=23.51%
G=45.36%
B=31.13%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal71137940.4800.310.46140.9131.7340.78
Hex47895E3001F2E8d2029
Octal10721113660037562154051
Binary100011110001001101111011000001111110111010001101100000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47895E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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