Html Css Color HEX #619482 Patina

📋 copy color: '#619482'

red 97 ◦ green 148 ◦ blue 130

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

Shades of Patina #619482

Tints of Patina #619482

RGB

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

 GREEN value IS 148 (58.2% from 255) = 39.47%

 BLUE value IS 130 (51.17% from 255) = 34.67%

R = 25.87%
G = 39.47%
B = 34.67%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.12

 K value IS 0.42

RGB Variations

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

Color information

#619482 (or 0x619482) is known color: Patina. HEX triplet: 61, 94 and 82. RGB value is (97,148,130). Sum of RGB (Red+Green+Blue) = 97+148+130=375 (49% of max value = 765). Red value is 97 (38.28% from 255 or 25.87% from 375); Green value is 148 (58.20% from 255 or 39.47% from 375); Blue value is 130 (51.17% from 255 or 34.67% from 375); Max value from RGB is 148 - color contains mainly: green. Hex color #619482 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #619482 is #9E6B7D. Grayscale: #828282. Windows color (decimal): -10382206 or 8557665. OLE color: 8557665.

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

Color convert

RGB 97 148 130 -
CMYK 0.34 0 0.12 0.42
HSL 158.82º 0.21% 0.48% -
HSV(B) 158.82º 0.34% 0.58% -
XYZ 19.55 25.33 24.98 -
YUV 130.7 127.6 103.96 -
System Red Green Blue C M Y K H S L
Decimal 97 148 130 0.34 0 0.12 0.42 158.82 0.21 0.48
Hex 61 94 82 22 0 C 2A 9F 15 30
Octal 141 224 202 42 0 14 52 237 25 60
Binary 1100001 10010100 10000010 100010 0 1100 101010 10011111 10101 110000

Color Harmonies of #619482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #619482

Black with #619482

Text Example


Text Example

White with #619482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #619482; }

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

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

background-color css

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

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

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

border-color css

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

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

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