#477560

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

Shades of Como #477560

Tints of Como #477560

Color information

#477560 (or 0x477560) is unknown color: approx Como. HEX triplet: 47, 75 and 60. RGB value is (71,117,96). Sum of RGB (Red+Green+Blue) = 71+117+96=284 (37% of max value = 765). Red value is 71 (28.12% from 255 or 25% from 284); Green value is 117 (46.09% from 255 or 41.20% from 284); Blue value is 96 (37.89% from 255 or 33.80% from 284); Max value from RGB is 117 - color contains mainly: green. Hex color #477560 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #477560 is #B88A9F. Grayscale: #646464. Windows color (decimal): -12094112 or 6321479. OLE color: 6321479.

HSL color Cylindrical-coordinate representation of color #477560: hue angle of 152.61º degrees, saturation: 0.24, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #477560 is Cyan = 0.39, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.54.

Color convert

RGB7111796-
CMYK0.3900.180.54
HSL152.61º24.47%36.86%-
HSV(B)152.61º39.32%45.88%-
XYZ11.0714.9113.36-
YUV100.85125.26106.71-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 25%
GREEN value IS 117 (46.09% from 255) = 41.20%
BLUE value IS 96 (37.89% from 255) = 33.80%
R=25%
G=41.20%
B=33.80%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal71117960.3900.180.54152.6124.4736.86
Hex4775602701236991825
Octal10716514047022662313045
Binary1000111111010111000001001110100101101101001100111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #477560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #477560; }

 p { color: rgb(71,117,96); }

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

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

 a { background-color: rgb(71,117,96); }

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

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

 span { border-color: rgb(71,117,96); }

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