#477A60

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

Shades of Como #477A60

Tints of Como #477A60

Color information

#477A60 (or 0x477A60) is unknown color: approx Como. HEX triplet: 47, 7A and 60. RGB value is (71,122,96). Sum of RGB (Red+Green+Blue) = 71+122+96=289 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.57% from 289); Green value is 122 (48.05% from 255 or 42.21% from 289); Blue value is 96 (37.89% from 255 or 33.22% from 289); Max value from RGB is 122 - color contains mainly: green. Hex color #477A60 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #477A60 is #B8859F. Grayscale: #676767. Windows color (decimal): -12092832 or 6322759. OLE color: 6322759.

HSL color Cylindrical-coordinate representation of color #477A60: hue angle of 149.41º degrees, saturation: 0.26, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #477A60 is Cyan = 0.42, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.52.

Color convert

RGB7112296-
CMYK0.4200.210.52
HSL149.41º26.42%37.84%-
HSV(B)149.41º41.8%47.84%-
XYZ11.6716.113.56-
YUV103.79123.6104.61-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 24.57%
GREEN value IS 122 (48.05% from 255) = 42.21%
BLUE value IS 96 (37.89% from 255) = 33.22%
R=24.57%
G=42.21%
B=33.22%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal71122960.4200.210.52149.4126.4237.84
Hex477A602A01534951a26
Octal10717214052025642253246
Binary1000111111101011000001010100101011101001001010111010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #477A60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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