#619381

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

Shades of Patina #619381

Tints of Patina #619381

Color information

#619381 (or 0x619381) is unknown color: approx Patina. HEX triplet: 61, 93 and 81. RGB value is (97,147,129). Sum of RGB (Red+Green+Blue) = 97+147+129=373 (49% of max value = 765). Red value is 97 (38.28% from 255 or 26.01% from 373); Green value is 147 (57.81% from 255 or 39.41% from 373); Blue value is 129 (50.78% from 255 or 34.58% from 373); Max value from RGB is 147 - color contains mainly: green. Hex color #619381 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #619381 is #9E6C7E. Grayscale: #828282. Windows color (decimal): -10382463 or 8491873. OLE color: 8491873.

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

Color convert

RGB97147129-
CMYK0.3400.120.42
HSL158.4º20.49%47.84%-
HSV(B)158.4º34.01%57.65%-
XYZ19.3324.9924.57-
YUV130127.44104.46-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 26.01%
GREEN value IS 147 (57.81% from 255) = 39.41%
BLUE value IS 129 (50.78% from 255) = 34.58%
R=26.01%
G=39.41%
B=34.58%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal971471290.3400.120.42158.420.4947.84
Hex619381220C2A9e1430
Octal14122320142014522362460
Binary11000011001001110000001100010011001010101001111010100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #619381

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #619381; }

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

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

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

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

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

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

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

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