#47715A

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

Shades of Como #47715A

Tints of Como #47715A

Color information

#47715A (or 0x47715A) is unknown color: approx Como. HEX triplet: 47, 71 and 5A. RGB value is (71,113,90). Sum of RGB (Red+Green+Blue) = 71+113+90=274 (36% of max value = 765). Red value is 71 (28.12% from 255 or 25.91% from 274); Green value is 113 (44.53% from 255 or 41.24% from 274); Blue value is 90 (35.55% from 255 or 32.85% from 274); Max value from RGB is 113 - color contains mainly: green. Hex color #47715A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47715A is #B88EA5. Grayscale: #616161. Windows color (decimal): -12095142 or 5927239. OLE color: 5927239.

HSL color Cylindrical-coordinate representation of color #47715A: hue angle of 147.14º degrees, saturation: 0.23, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #47715A is Cyan = 0.37, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.56.

Color convert

RGB7111390-
CMYK0.3700.200.56
HSL147.14º22.83%36.08%-
HSV(B)147.14º37.17%44.31%-
XYZ10.3513.8911.81-
YUV97.82123.59108.87-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 25.91%
GREEN value IS 113 (44.53% from 255) = 41.24%
BLUE value IS 90 (35.55% from 255) = 32.85%
R=25.91%
G=41.24%
B=32.85%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal71113900.3700.200.56147.1422.8336.08
Hex47715A2501438931724
Octal10716113245024702232744
Binary1000111111000110110101001010101001110001001001110111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47715A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47715A; }

 p { color: rgb(71,113,90); }

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

<style>
 a { background-color: #47715A; }

 a { background-color: rgb(71,113,90); }

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

<style>
 span { border-color: #47715A; }

 span { border-color: rgb(71,113,90); }

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