#639484

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

Shades of Patina #639484

Tints of Patina #639484

Color information

#639484 (or 0x639484) is unknown color: approx Patina. HEX triplet: 63, 94 and 84. RGB value is (99,148,132). Sum of RGB (Red+Green+Blue) = 99+148+132=379 (50% of max value = 765). Red value is 99 (39.06% from 255 or 26.12% from 379); Green value is 148 (58.20% from 255 or 39.05% from 379); Blue value is 132 (51.95% from 255 or 34.83% from 379); Max value from RGB is 148 - color contains mainly: green. Hex color #639484 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #639484 is #9C6B7B. Grayscale: #838383. Windows color (decimal): -10251132 or 8688739. OLE color: 8688739.

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

Color convert

RGB99148132-
CMYK0.3300.110.42
HSL160.41º19.84%48.43%-
HSV(B)160.41º33.11%58.04%-
XYZ19.925.525.7-
YUV131.52128.27104.8-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 26.12%
GREEN value IS 148 (58.20% from 255) = 39.05%
BLUE value IS 132 (51.95% from 255) = 34.83%
R=26.12%
G=39.05%
B=34.83%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal991481320.3300.110.42160.4119.8448.43
Hex639484210B2Aa01430
Octal14322420441013522402460
Binary11000111001010010000100100001010111010101010000010100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #639484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #639484; }

 p { color: rgb(99,148,132); }

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

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

 a { background-color: rgb(99,148,132); }

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

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

 span { border-color: rgb(99,148,132); }

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