#619884

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

Shades of Patina #619884

Tints of Patina #619884

Color information

#619884 (or 0x619884) is unknown color: approx Patina. HEX triplet: 61, 98 and 84. RGB value is (97,152,132). Sum of RGB (Red+Green+Blue) = 97+152+132=381 (50% of max value = 765). Red value is 97 (38.28% from 255 or 25.46% from 381); Green value is 152 (59.77% from 255 or 39.90% from 381); Blue value is 132 (51.95% from 255 or 34.65% from 381); Max value from RGB is 152 - color contains mainly: green. Hex color #619884 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #619884 is #9E677B. Grayscale: #858585. Windows color (decimal): -10381180 or 8689761. OLE color: 8689761.

HSL color Cylindrical-coordinate representation of color #619884: hue angle of 158.18º degrees, saturation: 0.22, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #619884 is Cyan = 0.36, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.40.

Color convert

RGB97152132-
CMYK0.3600.130.40
HSL158.18º22.09%48.82%-
HSV(B)158.18º36.18%59.61%-
XYZ20.3226.6625.91-
YUV133.27127.28102.13-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 25.46%
GREEN value IS 152 (59.77% from 255) = 39.90%
BLUE value IS 132 (51.95% from 255) = 34.65%
R=25.46%
G=39.90%
B=34.65%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal971521320.3600.130.40158.1822.0948.82
Hex619884240D289e1631
Octal14123020444015502362661
Binary11000011001100010000100100100011011010001001111010110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #619884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #619884; }

 p { color: rgb(97,152,132); }

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

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

 a { background-color: rgb(97,152,132); }

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

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

 span { border-color: rgb(97,152,132); }

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