#639282

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

Shades of Patina #639282

Tints of Patina #639282

Color information

#639282 (or 0x639282) is unknown color: approx Patina. HEX triplet: 63, 92 and 82. RGB value is (99,146,130). Sum of RGB (Red+Green+Blue) = 99+146+130=375 (49% of max value = 765). Red value is 99 (39.06% from 255 or 26.4% from 375); Green value is 146 (57.42% from 255 or 38.93% from 375); Blue value is 130 (51.17% from 255 or 34.67% from 375); Max value from RGB is 146 - color contains mainly: green. Hex color #639282 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #639282 is #9C6D7D. Grayscale: #828282. Windows color (decimal): -10251646 or 8557155. OLE color: 8557155.

HSL color Cylindrical-coordinate representation of color #639282: hue angle of 159.57º 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 #639282 is Cyan = 0.32, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.43.

Color convert

RGB99146130-
CMYK0.3200.110.43
HSL159.57º19.18%48.04%-
HSV(B)159.57º32.19%57.25%-
XYZ19.4524.8224.88-
YUV130.12127.93105.8-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 26.4%
GREEN value IS 146 (57.42% from 255) = 38.93%
BLUE value IS 130 (51.17% from 255) = 34.67%
R=26.4%
G=38.93%
B=34.67%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal991461300.3200.110.43159.5719.1848.04
Hex639282200B2Ba01330
Octal14322220240013532402360
Binary11000111001001010000010100000010111010111010000010011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #639282

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #639282; }

 p { color: rgb(99,146,130); }

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

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

 a { background-color: rgb(99,146,130); }

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

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

 span { border-color: rgb(99,146,130); }

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