#47895F

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

Shades of Como #47895F

Tints of Como #47895F

Color information

#47895F (or 0x47895F) is unknown color: approx Como. HEX triplet: 47, 89 and 5F. RGB value is (71,137,95). Sum of RGB (Red+Green+Blue) = 71+137+95=303 (40% of max value = 765). Red value is 71 (28.12% from 255 or 23.43% from 303); Green value is 137 (53.91% from 255 or 45.21% from 303); Blue value is 95 (37.5% from 255 or 31.35% from 303); Max value from RGB is 137 - color contains mainly: green. Hex color #47895F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #47895F is #B876A0. Grayscale: #707070. Windows color (decimal): -12088993 or 6261063. OLE color: 6261063.

HSL color Cylindrical-coordinate representation of color #47895F: hue angle of 141.82º 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 #47895F is Cyan = 0.48, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.46.

Color convert

RGB7113795-
CMYK0.4800.310.46
HSL141.82º31.73%40.78%-
HSV(B)141.82º48.18%53.73%-
XYZ13.6120.0613.98-
YUV112.48118.1398.42-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 23.43%
GREEN value IS 137 (53.91% from 255) = 45.21%
BLUE value IS 95 (37.5% from 255) = 31.35%
R=23.43%
G=45.21%
B=31.35%

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
Decimal71137950.4800.310.46141.8231.7340.78
Hex47895F3001F2E8e2029
Octal10721113760037562164051
Binary100011110001001101111111000001111110111010001110100000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47895F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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