Html Css Color HEX #649480 Patina

📋 copy color: '#649480'

red 100 ◦ green 148 ◦ blue 128

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

Shades of Patina #649480

Tints of Patina #649480

RGB

 RED value IS 100 (39.45% from 255) = 26.6%

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

 BLUE value IS 128 (50.39% from 255) = 34.04%

R = 26.6%
G = 39.36%
B = 34.04%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.14

 K value IS 0.42

RGB Variations

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

Color information

#649480 (or 0x649480) is known color: Patina. HEX triplet: 64, 94 and 80. RGB value is (100,148,128). Sum of RGB (Red+Green+Blue) = 100+148+128=376 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.60% from 376); Green value is 148 (58.20% from 255 or 39.36% from 376); Blue value is 128 (50.39% from 255 or 34.04% from 376); Max value from RGB is 148 - color contains mainly: green. Hex color #649480 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #649480 is #9B6B7F. Grayscale: #838383. Windows color (decimal): -10185600 or 8426596. OLE color: 8426596.

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

Color convert

RGB 100 148 128 -
CMYK 0.32 0 0.14 0.42
HSL 155º 0.19% 0.49% -
HSV(B) 155º 0.32% 0.58% -
XYZ 19.74 25.45 24.29 -
YUV 131.37 126.1 105.63 -
System Red Green Blue C M Y K H S L
Decimal 100 148 128 0.32 0 0.14 0.42 155 0.19 0.49
Hex 64 94 80 20 0 E 2A 9B 13 31
Octal 144 224 200 40 0 16 52 233 23 61
Binary 1100100 10010100 10000000 100000 0 1110 101010 10011011 10011 110001

Color Harmonies of #649480

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #649480

Black with #649480

Text Example


Text Example

White with #649480

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #649480; }

 p { color: rgb(100,148,128); }

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

background-color css

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

 a { background-color: rgb(100,148,128); }

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

border-color css

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

 span { border-color: rgb(100,148,128); }

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