Html Css Color HEX #619182 Patina

📋 copy color: '#619182'

red 97 ◦ green 145 ◦ blue 130

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

Shades of Patina #619182

Tints of Patina #619182

RGB

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

 GREEN value IS 145 (57.03% from 255) = 38.98%

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

R = 26.08%
G = 38.98%
B = 34.95%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.10

 K value IS 0.43

RGB Variations

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

Color information

#619182 (or 0x619182) is known color: Patina. HEX triplet: 61, 91 and 82. RGB value is (97,145,130). Sum of RGB (Red+Green+Blue) = 97+145+130=372 (49% of max value = 765). Red value is 97 (38.28% from 255 or 26.08% from 372); Green value is 145 (57.03% from 255 or 38.98% from 372); Blue value is 130 (51.17% from 255 or 34.95% from 372); Max value from RGB is 145 - color contains mainly: green. Hex color #619182 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #619182 is #9E6E7D. Grayscale: #808080. Windows color (decimal): -10382974 or 8556897. OLE color: 8556897.

HSL color Cylindrical-coordinate representation of color #619182: hue angle of 161.25º degrees, saturation: 0.2, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #619182 is Cyan = 0.33, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.43.

Color convert

RGB 97 145 130 -
CMYK 0.33 0 0.10 0.43
HSL 161.25º 0.2% 0.47% -
HSV(B) 161.25º 0.33% 0.57% -
XYZ 19.08 24.4 24.82 -
YUV 128.94 128.6 105.22 -
System Red Green Blue C M Y K H S L
Decimal 97 145 130 0.33 0 0.10 0.43 161.25 0.2 0.47
Hex 61 91 82 21 0 A 2B A1 14 2F
Octal 141 221 202 41 0 12 53 241 24 57
Binary 1100001 10010001 10000010 100001 0 1010 101011 10100001 10100 101111

Color Harmonies of #619182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #619182

Black with #619182

Text Example


Text Example

White with #619182

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #619182; }

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

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

background-color css

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

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

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

border-color css

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

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

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