#477057

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

Shades of Como #477057

Tints of Como #477057

Color information

#477057 (or 0x477057) is unknown color: approx Como. HEX triplet: 47, 70 and 57. RGB value is (71,112,87). Sum of RGB (Red+Green+Blue) = 71+112+87=270 (35% of max value = 765). Red value is 71 (28.12% from 255 or 26.30% from 270); Green value is 112 (44.14% from 255 or 41.48% from 270); Blue value is 87 (34.38% from 255 or 32.22% from 270); Max value from RGB is 112 - color contains mainly: green. Hex color #477057 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #477057 is #B88FA8. Grayscale: #606060. Windows color (decimal): -12095401 or 5730375. OLE color: 5730375.

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

Color convert

RGB7111287-
CMYK0.3700.220.56
HSL143.41º22.4%35.88%-
HSV(B)143.41º36.61%43.92%-
XYZ10.1113.6211.11-
YUV96.89122.42109.53-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 26.30%
GREEN value IS 112 (44.14% from 255) = 41.48%
BLUE value IS 87 (34.38% from 255) = 32.22%
R=26.30%
G=41.48%
B=32.22%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal71112870.3700.220.56143.4122.435.88
Hex47705725016388f1624
Octal10716012745026702172644
Binary1000111111000010101111001010101101110001000111110110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #477057

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #477057; }

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

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

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

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

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

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

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

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