#476E56

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

Shades of Como #476E56

Tints of Como #476E56

Color information

#476E56 (or 0x476E56) is unknown color: approx Como. HEX triplet: 47, 6E and 56. RGB value is (71,110,86). Sum of RGB (Red+Green+Blue) = 71+110+86=267 (35% of max value = 765). Red value is 71 (28.12% from 255 or 26.59% from 267); Green value is 110 (43.36% from 255 or 41.20% from 267); Blue value is 86 (33.98% from 255 or 32.21% from 267); Max value from RGB is 110 - color contains mainly: green. Hex color #476E56 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #476E56 is #B891A9. Grayscale: #5F5F5F. Windows color (decimal): -12095914 or 5664327. OLE color: 5664327.

HSL color Cylindrical-coordinate representation of color #476E56: hue angle of 143.08º degrees, saturation: 0.22, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #476E56 is Cyan = 0.35, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.57.

Color convert

RGB7111086-
CMYK0.3500.220.57
HSL143.08º21.55%35.49%-
HSV(B)143.08º35.45%43.14%-
XYZ9.8513.1610.83-
YUV95.6122.58110.45-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 26.59%
GREEN value IS 110 (43.36% from 255) = 41.20%
BLUE value IS 86 (33.98% from 255) = 32.21%
R=26.59%
G=41.20%
B=32.21%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal71110860.3500.220.57143.0821.5535.49
Hex476E5623016398f1623
Octal10715612643026712172643
Binary1000111110111010101101000110101101110011000111110110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #476E56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #476E56; }

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

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

<style>
 a { background-color: #476E56; }

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

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

<style>
 span { border-color: #476E56; }

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

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