#47845C

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

Shades of Como #47845C

Tints of Como #47845C

Color information

#47845C (or 0x47845C) is unknown color: approx Como. HEX triplet: 47, 84 and 5C. RGB value is (71,132,92). Sum of RGB (Red+Green+Blue) = 71+132+92=295 (39% of max value = 765). Red value is 71 (28.12% from 255 or 24.07% from 295); Green value is 132 (51.95% from 255 or 44.75% from 295); Blue value is 92 (36.33% from 255 or 31.19% from 295); Max value from RGB is 132 - color contains mainly: green. Hex color #47845C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #47845C is #B87BA3. Grayscale: #6D6D6D. Windows color (decimal): -12090276 or 6063175. OLE color: 6063175.

HSL color Cylindrical-coordinate representation of color #47845C: hue angle of 140.66º degrees, saturation: 0.3, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #47845C is Cyan = 0.46, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.48.

Color convert

RGB7113292-
CMYK0.4600.300.48
HSL140.66º30.05%39.8%-
HSV(B)140.66º46.21%51.76%-
XYZ12.7818.6113.04-
YUV109.2118.29100.75-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 24.07%
GREEN value IS 132 (51.95% from 255) = 44.75%
BLUE value IS 92 (36.33% from 255) = 31.19%
R=24.07%
G=44.75%
B=31.19%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal71132920.4600.300.48140.6630.0539.8
Hex47845C2E01E308d1e28
Octal10720413456036602153650
Binary10001111000010010111001011100111101100001000110111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47845C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47845C; }

 p { color: rgb(71,132,92); }

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

<style>
 a { background-color: #47845C; }

 a { background-color: rgb(71,132,92); }

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

<style>
 span { border-color: #47845C; }

 span { border-color: rgb(71,132,92); }

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