#476F56

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

Shades of Como #476F56

Tints of Como #476F56

Color information

#476F56 (or 0x476F56) is unknown color: approx Como. HEX triplet: 47, 6F and 56. RGB value is (71,111,86). Sum of RGB (Red+Green+Blue) = 71+111+86=268 (35% of max value = 765). Red value is 71 (28.12% from 255 or 26.49% from 268); Green value is 111 (43.75% from 255 or 41.42% from 268); Blue value is 86 (33.98% from 255 or 32.09% from 268); Max value from RGB is 111 - color contains mainly: green. Hex color #476F56 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #476F56 is #B890A9. Grayscale: #606060. Windows color (decimal): -12095658 or 5664583. OLE color: 5664583.

HSL color Cylindrical-coordinate representation of color #476F56: hue angle of 142.5º degrees, saturation: 0.22, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #476F56 is Cyan = 0.36, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.56.

Color convert

RGB7111186-
CMYK0.3600.230.56
HSL142.5º21.98%35.69%-
HSV(B)142.5º36.04%43.53%-
XYZ9.9613.3810.86-
YUV96.19122.25110.03-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 26.49%
GREEN value IS 111 (43.75% from 255) = 41.42%
BLUE value IS 86 (33.98% from 255) = 32.09%
R=26.49%
G=41.42%
B=32.09%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal71111860.3600.230.56142.521.9835.69
Hex476F5624017388e1624
Octal10715712644027702162644
Binary1000111110111110101101001000101111110001000111010110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #476F56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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