#477F56

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

Shades of Como #477F56

Tints of Como #477F56

Color information

#477F56 (or 0x477F56) is unknown color: approx Como. HEX triplet: 47, 7F and 56. RGB value is (71,127,86). Sum of RGB (Red+Green+Blue) = 71+127+86=284 (37% of max value = 765). Red value is 71 (28.12% from 255 or 25% from 284); Green value is 127 (50% from 255 or 44.72% from 284); Blue value is 86 (33.98% from 255 or 30.28% from 284); Max value from RGB is 127 - color contains mainly: green. Hex color #477F56 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #477F56 is #B880A9. Grayscale: #696969. Windows color (decimal): -12091562 or 5668679. OLE color: 5668679.

HSL color Cylindrical-coordinate representation of color #477F56: hue angle of 136.07º degrees, saturation: 0.28, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #477F56 is Cyan = 0.44, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.50.

Color convert

RGB7112786-
CMYK0.4400.320.50
HSL136.07º28.28%38.82%-
HSV(B)136.07º44.09%49.8%-
XYZ11.8717.1911.5-
YUV105.58116.95103.33-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 25%
GREEN value IS 127 (50% from 255) = 44.72%
BLUE value IS 86 (33.98% from 255) = 30.28%
R=25%
G=44.72%
B=30.28%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal71127860.4400.320.50136.0728.2838.82
Hex477F562C02032881c27
Octal10717712654040622103447
Binary10001111111111101011010110001000001100101000100011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #477F56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #477F56; }

 p { color: rgb(71,127,86); }

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

<style>
 a { background-color: #477F56; }

 a { background-color: rgb(71,127,86); }

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

<style>
 span { border-color: #477F56; }

 span { border-color: rgb(71,127,86); }

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