#619287

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

Shades of Patina #619287

Tints of Patina #619287

Color information

#619287 (or 0x619287) is unknown color: approx Patina. HEX triplet: 61, 92 and 87. RGB value is (97,146,135). Sum of RGB (Red+Green+Blue) = 97+146+135=378 (50% of max value = 765). Red value is 97 (38.28% from 255 or 25.66% from 378); Green value is 146 (57.42% from 255 or 38.62% from 378); Blue value is 135 (53.12% from 255 or 35.71% from 378); Max value from RGB is 146 - color contains mainly: green. Hex color #619287 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #619287 is #9E6D78. Grayscale: #828282. Windows color (decimal): -10382713 or 8884833. OLE color: 8884833.

HSL color Cylindrical-coordinate representation of color #619287: hue angle of 166.53º degrees, saturation: 0.2, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #619287 is Cyan = 0.34, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.43.

Color convert

RGB97146135-
CMYK0.3400.080.43
HSL166.53º20.16%47.65%-
HSV(B)166.53º33.56%57.25%-
XYZ19.5824.8526.69-
YUV130.1130.77104.39-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 25.66%
GREEN value IS 146 (57.42% from 255) = 38.62%
BLUE value IS 135 (53.12% from 255) = 35.71%
R=25.66%
G=38.62%
B=35.71%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal971461350.3400.080.43166.5320.1647.65
Hex61928722082Ba71430
Octal14122220742010532472460
Binary11000011001001010000111100010010001010111010011110100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #619287

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #619287; }

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

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

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

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

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

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

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

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