#478565

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

Shades of Como #478565

Tints of Como #478565

Color information

#478565 (or 0x478565) is unknown color: approx Como. HEX triplet: 47, 85 and 65. RGB value is (71,133,101). Sum of RGB (Red+Green+Blue) = 71+133+101=305 (40% of max value = 765). Red value is 71 (28.12% from 255 or 23.28% from 305); Green value is 133 (52.34% from 255 or 43.61% from 305); Blue value is 101 (39.84% from 255 or 33.11% from 305); Max value from RGB is 133 - color contains mainly: green. Hex color #478565 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #478565 is #B87A9A. Grayscale: #6E6E6E. Windows color (decimal): -12090011 or 6653255. OLE color: 6653255.

HSL color Cylindrical-coordinate representation of color #478565: hue angle of 149.03º 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 #478565 is Cyan = 0.47, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.48.

Color convert

RGB71133101-
CMYK0.4700.240.48
HSL149.03º30.39%40%-
HSV(B)149.03º46.62%52.16%-
XYZ13.3419.0515.29-
YUV110.81122.4699.6-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 23.28%
GREEN value IS 133 (52.34% from 255) = 43.61%
BLUE value IS 101 (39.84% from 255) = 33.11%
R=23.28%
G=43.61%
B=33.11%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal711331010.4700.240.48149.0330.3940
Hex4785652F01830951e28
Octal10720514557030602253650
Binary10001111000010111001011011110110001100001001010111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #478565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #478565; }

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

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

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

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

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

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

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

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