#649279

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

Shades of Patina #649279

Tints of Patina #649279

Color information

#649279 (or 0x649279) is unknown color: approx Patina. HEX triplet: 64, 92 and 79. RGB value is (100,146,121). Sum of RGB (Red+Green+Blue) = 100+146+121=367 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.25% from 367); Green value is 146 (57.42% from 255 or 39.78% from 367); Blue value is 121 (47.66% from 255 or 32.97% from 367); Max value from RGB is 146 - color contains mainly: green. Hex color #649279 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #649279 is #9B6D86. Grayscale: #818181. Windows color (decimal): -10186119 or 7967332. OLE color: 7967332.

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

Color convert

RGB100146121-
CMYK0.3200.170.43
HSL147.39º18.7%48.24%-
HSV(B)147.39º31.51%57.25%-
XYZ18.9924.6521.85-
YUV129.4123.26107.03-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 27.25%
GREEN value IS 146 (57.42% from 255) = 39.78%
BLUE value IS 121 (47.66% from 255) = 32.97%
R=27.25%
G=39.78%
B=32.97%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1001461210.3200.170.43147.3918.748.24
Hex649279200112B931330
Octal14422217140021532232360
Binary11001001001001011110011000000100011010111001001110011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #649279

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #649279; }

 p { color: rgb(100,146,121); }

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

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

 a { background-color: rgb(100,146,121); }

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

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

 span { border-color: rgb(100,146,121); }

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