#659481

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

Shades of Patina #659481

Tints of Patina #659481

Color information

#659481 (or 0x659481) is unknown color: approx Patina. HEX triplet: 65, 94 and 81. RGB value is (101,148,129). Sum of RGB (Red+Green+Blue) = 101+148+129=378 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.72% from 378); Green value is 148 (58.20% from 255 or 39.15% from 378); Blue value is 129 (50.78% from 255 or 34.13% from 378); Max value from RGB is 148 - color contains mainly: green. Hex color #659481 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #659481 is #9A6B7E. Grayscale: #838383. Windows color (decimal): -10120063 or 8492133. OLE color: 8492133.

HSL color Cylindrical-coordinate representation of color #659481: hue angle of 155.74º degrees, saturation: 0.19, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #659481 is Cyan = 0.32, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.42.

Color convert

RGB101148129-
CMYK0.3200.130.42
HSL155.74º18.88%48.82%-
HSV(B)155.74º31.76%58.04%-
XYZ19.9225.5324.65-
YUV131.78126.43106.04-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 26.72%
GREEN value IS 148 (58.20% from 255) = 39.15%
BLUE value IS 129 (50.78% from 255) = 34.13%
R=26.72%
G=39.15%
B=34.13%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1011481290.3200.130.42155.7418.8848.82
Hex659481200D2A9c1331
Octal14522420140015522342361
Binary11001011001010010000001100000011011010101001110010011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #659481

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #659481; }

 p { color: rgb(101,148,129); }

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

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

 a { background-color: rgb(101,148,129); }

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

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

 span { border-color: rgb(101,148,129); }

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