#47845E

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

Shades of Como #47845E

Tints of Como #47845E

Color information

#47845E (or 0x47845E) is unknown color: approx Como. HEX triplet: 47, 84 and 5E. RGB value is (71,132,94). Sum of RGB (Red+Green+Blue) = 71+132+94=297 (39% of max value = 765). Red value is 71 (28.12% from 255 or 23.91% from 297); Green value is 132 (51.95% from 255 or 44.44% from 297); Blue value is 94 (37.11% from 255 or 31.65% from 297); Max value from RGB is 132 - color contains mainly: green. Hex color #47845E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #47845E is #B87BA1. Grayscale: #6D6D6D. Windows color (decimal): -12090274 or 6194247. OLE color: 6194247.

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

Color convert

RGB7113294-
CMYK0.4600.290.48
HSL142.62º30.05%39.8%-
HSV(B)142.62º46.21%51.76%-
XYZ12.8718.6513.51-
YUV109.43119.29100.59-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 23.91%
GREEN value IS 132 (51.95% from 255) = 44.44%
BLUE value IS 94 (37.11% from 255) = 31.65%
R=23.91%
G=44.44%
B=31.65%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal71132940.4600.290.48142.6230.0539.8
Hex47845E2E01D308f1e28
Octal10720413656035602173650
Binary10001111000010010111101011100111011100001000111111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47845E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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