#477A56

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

Shades of Como #477A56

Tints of Como #477A56

Color information

#477A56 (or 0x477A56) is unknown color: approx Como. HEX triplet: 47, 7A and 56. RGB value is (71,122,86). Sum of RGB (Red+Green+Blue) = 71+122+86=279 (36% of max value = 765). Red value is 71 (28.12% from 255 or 25.45% from 279); Green value is 122 (48.05% from 255 or 43.73% from 279); Blue value is 86 (33.98% from 255 or 30.82% from 279); Max value from RGB is 122 - color contains mainly: green. Hex color #477A56 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #477A56 is #B885A9. Grayscale: #666666. Windows color (decimal): -12092842 or 5667399. OLE color: 5667399.

HSL color Cylindrical-coordinate representation of color #477A56: hue angle of 137.65º 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 #477A56 is Cyan = 0.42, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.52.

Color convert

RGB7112286-
CMYK0.4200.300.52
HSL137.65º26.42%37.84%-
HSV(B)137.65º41.8%47.84%-
XYZ11.2415.9311.29-
YUV102.65118.6105.43-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 25.45%
GREEN value IS 122 (48.05% from 255) = 43.73%
BLUE value IS 86 (33.98% from 255) = 30.82%
R=25.45%
G=43.73%
B=30.82%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal71122860.4200.300.52137.6526.4237.84
Hex477A562A01E348a1a26
Octal10717212652036642123246
Binary1000111111101010101101010100111101101001000101011010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #477A56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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