#639279

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

Shades of Patina #639279

Tints of Patina #639279

Color information

#639279 (or 0x639279) is unknown color: approx Patina. HEX triplet: 63, 92 and 79. RGB value is (99,146,121). Sum of RGB (Red+Green+Blue) = 99+146+121=366 (48% of max value = 765). Red value is 99 (39.06% from 255 or 27.05% from 366); Green value is 146 (57.42% from 255 or 39.89% from 366); Blue value is 121 (47.66% from 255 or 33.06% from 366); Max value from RGB is 146 - color contains mainly: green. Hex color #639279 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #639279 is #9C6D86. Grayscale: #818181. Windows color (decimal): -10251655 or 7967331. OLE color: 7967331.

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

Color convert

RGB99146121-
CMYK0.3200.170.43
HSL148.09º19.18%48.04%-
HSV(B)148.09º32.19%57.25%-
XYZ18.8824.5921.84-
YUV129.1123.43106.53-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 27.05%
GREEN value IS 146 (57.42% from 255) = 39.89%
BLUE value IS 121 (47.66% from 255) = 33.06%
R=27.05%
G=39.89%
B=33.06%

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
Decimal991461210.3200.170.43148.0919.1848.04
Hex639279200112B941330
Octal14322217140021532242360
Binary11000111001001011110011000000100011010111001010010011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #639279

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #639279; }

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

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

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

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

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

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

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

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