Html Css Color HEX #659384 Patina

📋 copy color: '#659384'

red 101 ◦ green 147 ◦ blue 132

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

Shades of Patina #659384

Tints of Patina #659384

RGB

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

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

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

R = 26.58%
G = 38.68%
B = 34.74%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.10

 K value IS 0.42

RGB Variations

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

Color information

#659384 (or 0x659384) is known color: Patina. HEX triplet: 65, 93 and 84. RGB value is (101,147,132). Sum of RGB (Red+Green+Blue) = 101+147+132=380 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.58% from 380); Green value is 147 (57.81% from 255 or 38.68% from 380); Blue value is 132 (51.95% from 255 or 34.74% from 380); Max value from RGB is 147 - color contains mainly: green. Hex color #659384 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #659384 is #9A6C7B. Grayscale: #838383. Windows color (decimal): -10120316 or 8688485. OLE color: 8688485.

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

Color convert

RGB 101 147 132 -
CMYK 0.31 0 0.10 0.42
HSL 160.43º 0.19% 0.49% -
HSV(B) 160.43º 0.31% 0.58% -
XYZ 19.97 25.3 25.66 -
YUV 131.54 128.26 106.22 -
System Red Green Blue C M Y K H S L
Decimal 101 147 132 0.31 0 0.10 0.42 160.43 0.19 0.49
Hex 65 93 84 1F 0 A 2A A0 13 31
Octal 145 223 204 37 0 12 52 240 23 61
Binary 1100101 10010011 10000100 11111 0 1010 101010 10100000 10011 110001

Color Harmonies of #659384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #659384

Black with #659384

Text Example


Text Example

White with #659384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #659384; }

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

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

background-color css

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

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

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

border-color css

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

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

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