#639289

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

Shades of Patina #639289

Tints of Patina #639289

Color information

#639289 (or 0x639289) is unknown color: approx Patina. HEX triplet: 63, 92 and 89. RGB value is (99,146,137). Sum of RGB (Red+Green+Blue) = 99+146+137=382 (50% of max value = 765). Red value is 99 (39.06% from 255 or 25.92% from 382); Green value is 146 (57.42% from 255 or 38.22% from 382); Blue value is 137 (53.91% from 255 or 35.86% from 382); Max value from RGB is 146 - color contains mainly: green. Hex color #639289 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #639289 is #9C6D76. Grayscale: #828282. Windows color (decimal): -10251639 or 9015907. OLE color: 9015907.

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

Color convert

RGB99146137-
CMYK0.3200.060.43
HSL168.51º19.18%48.04%-
HSV(B)168.51º32.19%57.25%-
XYZ19.9425.0227.44-
YUV130.92131.43105.23-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 25.92%
GREEN value IS 146 (57.42% from 255) = 38.22%
BLUE value IS 137 (53.91% from 255) = 35.86%
R=25.92%
G=38.22%
B=35.86%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal991461370.3200.060.43168.5119.1848.04
Hex63928920062Ba91330
Octal1432222114006532512360
Binary1100011100100101000100110000001101010111010100110011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #639289

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #639289; }

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

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

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

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

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

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

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

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