Html Css Color HEX #619284 Patina

📋 copy color: '#619284'

red 97 ◦ green 146 ◦ blue 132

#619284
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Patina #619284

Tints of Patina #619284

RGB

 RED value IS 97 (38.28% from 255) = 25.87%

 GREEN value IS 146 (57.42% from 255) = 38.93%

 BLUE value IS 132 (51.95% from 255) = 35.2%

R = 25.87%
G = 38.93%
B = 35.2%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.10

 K value IS 0.43

RGB Variations

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

Color information

#619284 (or 0x619284) is known color: Patina. HEX triplet: 61, 92 and 84. RGB value is (97,146,132). Sum of RGB (Red+Green+Blue) = 97+146+132=375 (49% of max value = 765). Red value is 97 (38.28% from 255 or 25.87% from 375); Green value is 146 (57.42% from 255 or 38.93% from 375); Blue value is 132 (51.95% from 255 or 35.2% from 375); Max value from RGB is 146 - color contains mainly: green. Hex color #619284 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #619284 is #9E6D7B. Grayscale: #818181. Windows color (decimal): -10382716 or 8688225. OLE color: 8688225.

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

Color convert

RGB 97 146 132 -
CMYK 0.34 0 0.10 0.43
HSL 162.86º 0.2% 0.48% -
HSV(B) 162.86º 0.34% 0.57% -
XYZ 19.37 24.77 25.59 -
YUV 129.75 129.27 104.64 -
System Red Green Blue C M Y K H S L
Decimal 97 146 132 0.34 0 0.10 0.43 162.86 0.2 0.48
Hex 61 92 84 22 0 A 2B A3 14 30
Octal 141 222 204 42 0 12 53 243 24 60
Binary 1100001 10010010 10000100 100010 0 1010 101011 10100011 10100 110000

Color Harmonies of #619284

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #619284

Black with #619284

Text Example


Text Example

White with #619284

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #619284; }

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

 H1.HeaderClassName
 {
   color: #619284;
 }
 .AnyTagClassName
 {
   color: #619284;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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