#478465

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

Shades of Como #478465

Tints of Como #478465

Color information

#478465 (or 0x478465) is unknown color: approx Como. HEX triplet: 47, 84 and 65. RGB value is (71,132,101). Sum of RGB (Red+Green+Blue) = 71+132+101=304 (40% of max value = 765). Red value is 71 (28.12% from 255 or 23.36% from 304); Green value is 132 (51.95% from 255 or 43.42% from 304); Blue value is 101 (39.84% from 255 or 33.22% from 304); Max value from RGB is 132 - color contains mainly: green. Hex color #478465 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #478465 is #B87B9A. Grayscale: #6E6E6E. Windows color (decimal): -12090267 or 6652999. OLE color: 6652999.

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

Color convert

RGB71132101-
CMYK0.4600.230.48
HSL149.51º30.05%39.8%-
HSV(B)149.51º46.21%51.76%-
XYZ13.218.7815.24-
YUV110.23122.79100.02-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 23.36%
GREEN value IS 132 (51.95% from 255) = 43.42%
BLUE value IS 101 (39.84% from 255) = 33.22%
R=23.36%
G=43.42%
B=33.22%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal711321010.4600.230.48149.5130.0539.8
Hex4784652E01730961e28
Octal10720414556027602263650
Binary10001111000010011001011011100101111100001001011011110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #478465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #478465; }

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

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

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

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

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

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

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

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