#619581

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

Shades of Patina #619581

Tints of Patina #619581

Color information

#619581 (or 0x619581) is unknown color: approx Patina. HEX triplet: 61, 95 and 81. RGB value is (97,149,129). Sum of RGB (Red+Green+Blue) = 97+149+129=375 (49% of max value = 765). Red value is 97 (38.28% from 255 or 25.87% from 375); Green value is 149 (58.59% from 255 or 39.73% from 375); Blue value is 129 (50.78% from 255 or 34.4% from 375); Max value from RGB is 149 - color contains mainly: green. Hex color #619581 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #619581 is #9E6A7E. Grayscale: #838383. Windows color (decimal): -10381951 or 8492385. OLE color: 8492385.

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

Color convert

RGB97149129-
CMYK0.3500.130.42
HSL156.92º21.14%48.24%-
HSV(B)156.92º34.9%58.43%-
XYZ19.6425.6224.68-
YUV131.17126.77103.63-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 25.87%
GREEN value IS 149 (58.59% from 255) = 39.73%
BLUE value IS 129 (50.78% from 255) = 34.4%
R=25.87%
G=39.73%
B=34.4%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal971491290.3500.130.42156.9221.1448.24
Hex619581230D2A9d1530
Octal14122520143015522352560
Binary11000011001010110000001100011011011010101001110110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #619581

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #619581; }

 p { color: rgb(97,149,129); }

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

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

 a { background-color: rgb(97,149,129); }

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

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

 span { border-color: rgb(97,149,129); }

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