#47705B

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

Shades of Como #47705B

Tints of Como #47705B

Color information

#47705B (or 0x47705B) is unknown color: approx Como. HEX triplet: 47, 70 and 5B. RGB value is (71,112,91). Sum of RGB (Red+Green+Blue) = 71+112+91=274 (36% of max value = 765). Red value is 71 (28.12% from 255 or 25.91% from 274); Green value is 112 (44.14% from 255 or 40.88% from 274); Blue value is 91 (35.94% from 255 or 33.21% from 274); Max value from RGB is 112 - color contains mainly: green. Hex color #47705B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47705B is #B88FA4. Grayscale: #616161. Windows color (decimal): -12095397 or 5992519. OLE color: 5992519.

HSL color Cylindrical-coordinate representation of color #47705B: hue angle of 149.27º degrees, saturation: 0.22, 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 #47705B is Cyan = 0.37, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.56.

Color convert

RGB7111291-
CMYK0.3700.190.56
HSL149.27º22.4%35.88%-
HSV(B)149.27º36.61%43.92%-
XYZ10.2813.6812-
YUV97.35124.42109.21-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 25.91%
GREEN value IS 112 (44.14% from 255) = 40.88%
BLUE value IS 91 (35.94% from 255) = 33.21%
R=25.91%
G=40.88%
B=33.21%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal71112910.3700.190.56149.2722.435.88
Hex47705B2501338951624
Octal10716013345023702252644
Binary1000111111000010110111001010100111110001001010110110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47705B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47705B; }

 p { color: rgb(71,112,91); }

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

<style>
 a { background-color: #47705B; }

 a { background-color: rgb(71,112,91); }

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

<style>
 span { border-color: #47705B; }

 span { border-color: rgb(71,112,91); }

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