#659381

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

Shades of Patina #659381

Tints of Patina #659381

Color information

#659381 (or 0x659381) is unknown color: approx Patina. HEX triplet: 65, 93 and 81. RGB value is (101,147,129). Sum of RGB (Red+Green+Blue) = 101+147+129=377 (49% of max value = 765). Red value is 101 (39.84% from 255 or 26.79% from 377); Green value is 147 (57.81% from 255 or 38.99% from 377); Blue value is 129 (50.78% from 255 or 34.22% from 377); Max value from RGB is 147 - color contains mainly: green. Hex color #659381 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #659381 is #9A6C7E. Grayscale: #838383. Windows color (decimal): -10120319 or 8491877. OLE color: 8491877.

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

Color convert

RGB101147129-
CMYK0.3100.120.42
HSL156.52º18.55%48.63%-
HSV(B)156.52º31.29%57.65%-
XYZ19.7625.2224.6-
YUV131.19126.76106.46-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 26.79%
GREEN value IS 147 (57.81% from 255) = 38.99%
BLUE value IS 129 (50.78% from 255) = 34.22%
R=26.79%
G=38.99%
B=34.22%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1011471290.3100.120.42156.5218.5548.63
Hex6593811F0C2A9d1331
Octal14522320137014522352361
Binary1100101100100111000000111111011001010101001110110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #659381

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #659381; }

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

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

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

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

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

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

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

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