#649382

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

Shades of Patina #649382

Tints of Patina #649382

Color information

#649382 (or 0x649382) is unknown color: approx Patina. HEX triplet: 64, 93 and 82. RGB value is (100,147,130). Sum of RGB (Red+Green+Blue) = 100+147+130=377 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.53% from 377); Green value is 147 (57.81% from 255 or 38.99% from 377); Blue value is 130 (51.17% from 255 or 34.48% from 377); Max value from RGB is 147 - color contains mainly: green. Hex color #649382 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #649382 is #9B6C7D. Grayscale: #838383. Windows color (decimal): -10185854 or 8557412. OLE color: 8557412.

HSL color Cylindrical-coordinate representation of color #649382: hue angle of 158.3º degrees, saturation: 0.19, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #649382 is Cyan = 0.32, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.42.

Color convert

RGB100147130-
CMYK0.3200.120.42
HSL158.3º19.03%48.43%-
HSV(B)158.3º31.97%57.65%-
XYZ19.7225.1924.94-
YUV131.01127.43105.88-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 26.53%
GREEN value IS 147 (57.81% from 255) = 38.99%
BLUE value IS 130 (51.17% from 255) = 34.48%
R=26.53%
G=38.99%
B=34.48%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1001471300.3200.120.42158.319.0348.43
Hex649382200C2A9e1330
Octal14422320240014522362360
Binary11001001001001110000010100000011001010101001111010011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #649382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #649382; }

 p { color: rgb(100,147,130); }

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

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

 a { background-color: rgb(100,147,130); }

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

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

 span { border-color: rgb(100,147,130); }

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