#619484

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

Shades of Patina #619484

Tints of Patina #619484

Color information

#619484 (or 0x619484) is unknown color: approx Patina. HEX triplet: 61, 94 and 84. RGB value is (97,148,132). Sum of RGB (Red+Green+Blue) = 97+148+132=377 (49% of max value = 765). Red value is 97 (38.28% from 255 or 25.73% from 377); Green value is 148 (58.20% from 255 or 39.26% from 377); Blue value is 132 (51.95% from 255 or 35.01% from 377); Max value from RGB is 148 - color contains mainly: green. Hex color #619484 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #619484 is #9E6B7B. Grayscale: #828282. Windows color (decimal): -10382204 or 8688737. OLE color: 8688737.

HSL color Cylindrical-coordinate representation of color #619484: hue angle of 161.18º degrees, saturation: 0.21, 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 #619484 is Cyan = 0.34, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.42.

Color convert

RGB97148132-
CMYK0.3400.110.42
HSL161.18º20.82%48.04%-
HSV(B)161.18º34.46%58.04%-
XYZ19.6825.3925.69-
YUV130.93128.6103.8-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 25.73%
GREEN value IS 148 (58.20% from 255) = 39.26%
BLUE value IS 132 (51.95% from 255) = 35.01%
R=25.73%
G=39.26%
B=35.01%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal971481320.3400.110.42161.1820.8248.04
Hex619484220B2Aa11530
Octal14122420442013522412560
Binary11000011001010010000100100010010111010101010000110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #619484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #619484; }

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

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

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

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

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

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

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

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