#619280

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

Shades of Patina #619280

Tints of Patina #619280

Color information

#619280 (or 0x619280) is unknown color: approx Patina. HEX triplet: 61, 92 and 80. RGB value is (97,146,128). Sum of RGB (Red+Green+Blue) = 97+146+128=371 (49% of max value = 765). Red value is 97 (38.28% from 255 or 26.15% from 371); Green value is 146 (57.42% from 255 or 39.35% from 371); Blue value is 128 (50.39% from 255 or 34.50% from 371); Max value from RGB is 146 - color contains mainly: green. Hex color #619280 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #619280 is #9E6D7F. Grayscale: #818181. Windows color (decimal): -10382720 or 8426081. OLE color: 8426081.

HSL color Cylindrical-coordinate representation of color #619280: hue angle of 157.96º 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 #619280 is Cyan = 0.34, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.43.

Color convert

RGB97146128-
CMYK0.3400.120.43
HSL157.96º20.16%47.65%-
HSV(B)157.96º33.56%57.25%-
XYZ19.124.6624.17-
YUV129.3127.27104.96-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 26.15%
GREEN value IS 146 (57.42% from 255) = 39.35%
BLUE value IS 128 (50.39% from 255) = 34.50%
R=26.15%
G=39.35%
B=34.50%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal971461280.3400.120.43157.9620.1647.65
Hex619280220C2B9e1430
Octal14122220042014532362460
Binary11000011001001010000000100010011001010111001111010100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #619280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #619280; }

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

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

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

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

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

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

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

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