#619182

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

Shades of Patina #619182

Tints of Patina #619182

Color information

#619182 (or 0x619182) is unknown color: approx Patina. HEX triplet: 61, 91 and 82. RGB value is (97,145,130). Sum of RGB (Red+Green+Blue) = 97+145+130=372 (49% of max value = 765). Red value is 97 (38.28% from 255 or 26.08% from 372); Green value is 145 (57.03% from 255 or 38.98% from 372); Blue value is 130 (51.17% from 255 or 34.95% from 372); Max value from RGB is 145 - color contains mainly: green. Hex color #619182 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #619182 is #9E6E7D. Grayscale: #808080. Windows color (decimal): -10382974 or 8556897. OLE color: 8556897.

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

Color convert

RGB97145130-
CMYK0.3300.100.43
HSL161.25º19.83%47.45%-
HSV(B)161.25º33.1%56.86%-
XYZ19.0824.424.82-
YUV128.94128.6105.22-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 26.08%
GREEN value IS 145 (57.03% from 255) = 38.98%
BLUE value IS 130 (51.17% from 255) = 34.95%
R=26.08%
G=38.98%
B=34.95%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal971451300.3300.100.43161.2519.8347.45
Hex619182210A2Ba1142f
Octal14122120241012532412457
Binary11000011001000110000010100001010101010111010000110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #619182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #619182; }

 p { color: rgb(97,145,130); }

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

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

 a { background-color: rgb(97,145,130); }

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

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

 span { border-color: rgb(97,145,130); }

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