Html Css Color HEX #659388 Patina

📋 copy color: '#659388'

red 101 ◦ green 147 ◦ blue 136

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

Shades of Patina #659388

Tints of Patina #659388

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 35.42%

R = 26.3%
G = 38.28%
B = 35.42%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.07

 K value IS 0.42

RGB Variations

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

Color information

#659388 (or 0x659388) is known color: Patina. HEX triplet: 65, 93 and 88. RGB value is (101,147,136). Sum of RGB (Red+Green+Blue) = 101+147+136=384 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.30% from 384); Green value is 147 (57.81% from 255 or 38.28% from 384); Blue value is 136 (53.52% from 255 or 35.42% from 384); Max value from RGB is 147 - color contains mainly: green. Hex color #659388 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #659388 is #9A6C77. Grayscale: #838383. Windows color (decimal): -10120312 or 8950629. OLE color: 8950629.

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

Color convert

RGB 101 147 136 -
CMYK 0.31 0 0.07 0.42
HSL 165.65º 0.19% 0.49% -
HSV(B) 165.65º 0.31% 0.58% -
XYZ 20.24 25.41 27.13 -
YUV 131.99 130.26 105.89 -
System Red Green Blue C M Y K H S L
Decimal 101 147 136 0.31 0 0.07 0.42 165.65 0.19 0.49
Hex 65 93 88 1F 0 7 2A A6 13 31
Octal 145 223 210 37 0 7 52 246 23 61
Binary 1100101 10010011 10001000 11111 0 111 101010 10100110 10011 110001

Color Harmonies of #659388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #659388

Black with #659388

Text Example


Text Example

White with #659388

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #659388; }

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

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

background-color css

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

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

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

border-color css

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

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

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