#478564

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

Shades of Como #478564

Tints of Como #478564

Color information

#478564 (or 0x478564) is unknown color: approx Como. HEX triplet: 47, 85 and 64. RGB value is (71,133,100). Sum of RGB (Red+Green+Blue) = 71+133+100=304 (40% of max value = 765). Red value is 71 (28.12% from 255 or 23.36% from 304); Green value is 133 (52.34% from 255 or 43.75% from 304); Blue value is 100 (39.45% from 255 or 32.89% from 304); Max value from RGB is 133 - color contains mainly: green. Hex color #478564 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #478564 is #B87A9B. Grayscale: #6E6E6E. Windows color (decimal): -12090012 or 6587719. OLE color: 6587719.

HSL color Cylindrical-coordinate representation of color #478564: hue angle of 148.06º degrees, saturation: 0.3, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #478564 is Cyan = 0.47, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.48.

Color convert

RGB71133100-
CMYK0.4700.250.48
HSL148.06º30.39%40%-
HSV(B)148.06º46.62%52.16%-
XYZ13.2919.0315.03-
YUV110.7121.9699.68-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 23.36%
GREEN value IS 133 (52.34% from 255) = 43.75%
BLUE value IS 100 (39.45% from 255) = 32.89%
R=23.36%
G=43.75%
B=32.89%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal711331000.4700.250.48148.0630.3940
Hex4785642F01930941e28
Octal10720514457031602243650
Binary10001111000010111001001011110110011100001001010011110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #478564

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #478564; }

 p { color: rgb(71,133,100); }

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

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

 a { background-color: rgb(71,133,100); }

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

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

 span { border-color: rgb(71,133,100); }

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