#47895D

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

Shades of Como #47895D

Tints of Como #47895D

Color information

#47895D (or 0x47895D) is unknown color: approx Como. HEX triplet: 47, 89 and 5D. RGB value is (71,137,93). Sum of RGB (Red+Green+Blue) = 71+137+93=301 (39% of max value = 765). Red value is 71 (28.12% from 255 or 23.59% from 301); Green value is 137 (53.91% from 255 or 45.51% from 301); Blue value is 93 (36.72% from 255 or 30.90% from 301); Max value from RGB is 137 - color contains mainly: green. Hex color #47895D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #47895D is #B876A2. Grayscale: #707070. Windows color (decimal): -12088995 or 6129991. OLE color: 6129991.

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

Color convert

RGB7113793-
CMYK0.4800.320.46
HSL140º31.73%40.78%-
HSV(B)140º48.18%53.73%-
XYZ13.5220.0213.51-
YUV112.25117.1398.58-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 23.59%
GREEN value IS 137 (53.91% from 255) = 45.51%
BLUE value IS 93 (36.72% from 255) = 30.90%
R=23.59%
G=45.51%
B=30.90%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal71137930.4800.320.4614031.7340.78
Hex47895D300202E8c2029
Octal10721113560040562144051
Binary1000111100010011011101110000010000010111010001100100000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47895D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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