#47885D

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

Shades of Como #47885D

Tints of Como #47885D

Color information

#47885D (or 0x47885D) is unknown color: approx Como. HEX triplet: 47, 88 and 5D. RGB value is (71,136,93). Sum of RGB (Red+Green+Blue) = 71+136+93=300 (39% of max value = 765). Red value is 71 (28.12% from 255 or 23.67% from 300); Green value is 136 (53.52% from 255 or 45.33% from 300); Blue value is 93 (36.72% from 255 or 31% from 300); Max value from RGB is 136 - color contains mainly: green. Hex color #47885D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #47885D is #B877A2. Grayscale: #6F6F6F. Windows color (decimal): -12089251 or 6129735. OLE color: 6129735.

HSL color Cylindrical-coordinate representation of color #47885D: hue angle of 140.31º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #47885D is Cyan = 0.48, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.47.

Color convert

RGB7113693-
CMYK0.4800.320.47
HSL140.31º31.4%40.59%-
HSV(B)140.31º47.79%53.33%-
XYZ13.3819.7413.46-
YUV111.66117.4799-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 23.67%
GREEN value IS 136 (53.52% from 255) = 45.33%
BLUE value IS 93 (36.72% from 255) = 31%
R=23.67%
G=45.33%
B=31%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal71136930.4800.320.47140.3131.440.59
Hex47885D300202F8c1f29
Octal10721013560040572143751
Binary100011110001000101110111000001000001011111000110011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47885D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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