#47855D

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

Shades of Como #47855D

Tints of Como #47855D

Color information

#47855D (or 0x47855D) is unknown color: approx Como. HEX triplet: 47, 85 and 5D. RGB value is (71,133,93). Sum of RGB (Red+Green+Blue) = 71+133+93=297 (39% of max value = 765). Red value is 71 (28.12% from 255 or 23.91% from 297); Green value is 133 (52.34% from 255 or 44.78% from 297); Blue value is 93 (36.72% from 255 or 31.31% from 297); Max value from RGB is 133 - color contains mainly: green. Hex color #47855D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #47855D is #B87AA2. Grayscale: #6E6E6E. Windows color (decimal): -12090019 or 6128967. OLE color: 6128967.

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

Color convert

RGB7113393-
CMYK0.4700.300.48
HSL141.29º30.39%40%-
HSV(B)141.29º46.62%52.16%-
XYZ12.9618.913.32-
YUV109.9118.46100.25-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 23.91%
GREEN value IS 133 (52.34% from 255) = 44.78%
BLUE value IS 93 (36.72% from 255) = 31.31%
R=23.91%
G=44.78%
B=31.31%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal71133930.4700.300.48141.2930.3940
Hex47855D2F01E308d1e28
Octal10720513557036602153650
Binary10001111000010110111011011110111101100001000110111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47855D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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