#619388

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

Shades of Patina #619388

Tints of Patina #619388

Color information

#619388 (or 0x619388) is unknown color: approx Patina. HEX triplet: 61, 93 and 88. RGB value is (97,147,136). Sum of RGB (Red+Green+Blue) = 97+147+136=380 (50% of max value = 765). Red value is 97 (38.28% from 255 or 25.53% from 380); Green value is 147 (57.81% from 255 or 38.68% from 380); Blue value is 136 (53.52% from 255 or 35.79% from 380); Max value from RGB is 147 - color contains mainly: green. Hex color #619388 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #619388 is #9E6C77. Grayscale: #828282. Windows color (decimal): -10382456 or 8950625. OLE color: 8950625.

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

Color convert

RGB97147136-
CMYK0.3400.070.42
HSL166.8º20.49%47.84%-
HSV(B)166.8º34.01%57.65%-
XYZ19.8125.1927.11-
YUV130.8130.94103.89-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 25.53%
GREEN value IS 147 (57.81% from 255) = 38.68%
BLUE value IS 136 (53.52% from 255) = 35.79%
R=25.53%
G=38.68%
B=35.79%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal971471360.3400.070.42166.820.4947.84
Hex61938822072Aa71430
Octal1412232104207522472460
Binary1100001100100111000100010001001111010101010011110100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #619388

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #619388; }

 p { color: rgb(97,147,136); }

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

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

 a { background-color: rgb(97,147,136); }

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

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

 span { border-color: rgb(97,147,136); }

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