Html Css Color HEX #659382 Patina

📋 copy color: '#659382'

red 101 ◦ green 147 ◦ blue 130

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

Shades of Patina #659382

Tints of Patina #659382

RGB

 RED value IS 101 (39.84% from 255) = 26.72%

 GREEN value IS 147 (57.81% from 255) = 38.89%

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

R = 26.72%
G = 38.89%
B = 34.39%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.12

 K value IS 0.42

RGB Variations

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

Color information

#659382 (or 0x659382) is known color: Patina. HEX triplet: 65, 93 and 82. RGB value is (101,147,130). Sum of RGB (Red+Green+Blue) = 101+147+130=378 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.72% from 378); Green value is 147 (57.81% from 255 or 38.89% from 378); Blue value is 130 (51.17% from 255 or 34.39% from 378); Max value from RGB is 147 - color contains mainly: green. Hex color #659382 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #659382 is #9A6C7D. Grayscale: #838383. Windows color (decimal): -10120318 or 8557413. OLE color: 8557413.

HSL color Cylindrical-coordinate representation of color #659382: hue angle of 157.83º degrees, saturation: 0.19, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #659382 is Cyan = 0.31, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.42.

Color convert

RGB 101 147 130 -
CMYK 0.31 0 0.12 0.42
HSL 157.83º 0.19% 0.49% -
HSV(B) 157.83º 0.31% 0.58% -
XYZ 19.83 25.25 24.95 -
YUV 131.31 127.26 106.38 -
System Red Green Blue C M Y K H S L
Decimal 101 147 130 0.31 0 0.12 0.42 157.83 0.19 0.49
Hex 65 93 82 1F 0 C 2A 9E 13 31
Octal 145 223 202 37 0 14 52 236 23 61
Binary 1100101 10010011 10000010 11111 0 1100 101010 10011110 10011 110001

Color Harmonies of #659382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #659382

Black with #659382

Text Example


Text Example

White with #659382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #659382; }

 p { color: rgb(101,147,130); }

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

background-color css

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

 a { background-color: rgb(101,147,130); }

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

border-color css

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

 span { border-color: rgb(101,147,130); }

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