#619587

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

Shades of Patina #619587

Tints of Patina #619587

Color information

#619587 (or 0x619587) is unknown color: approx Patina. HEX triplet: 61, 95 and 87. RGB value is (97,149,135). Sum of RGB (Red+Green+Blue) = 97+149+135=381 (50% of max value = 765). Red value is 97 (38.28% from 255 or 25.46% from 381); Green value is 149 (58.59% from 255 or 39.11% from 381); Blue value is 135 (53.12% from 255 or 35.43% from 381); Max value from RGB is 149 - color contains mainly: green. Hex color #619587 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #619587 is #9E6A78. Grayscale: #838383. Windows color (decimal): -10381945 or 8885601. OLE color: 8885601.

HSL color Cylindrical-coordinate representation of color #619587: hue angle of 163.85º 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 #619587 is Cyan = 0.35, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.42.

Color convert

RGB97149135-
CMYK0.3500.090.42
HSL163.85º21.14%48.24%-
HSV(B)163.85º34.9%58.43%-
XYZ20.0525.7926.84-
YUV131.86129.77103.14-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 25.46%
GREEN value IS 149 (58.59% from 255) = 39.11%
BLUE value IS 135 (53.12% from 255) = 35.43%
R=25.46%
G=39.11%
B=35.43%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal971491350.3500.090.42163.8521.1448.24
Hex61958723092Aa41530
Octal14122520743011522442560
Binary11000011001010110000111100011010011010101010010010101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #619587

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #619587; }

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

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

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

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

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

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

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

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