Html Css Color HEX #649482 Patina

📋 copy color: '#649482'

red 100 ◦ green 148 ◦ blue 130

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

Shades of Patina #649482

Tints of Patina #649482

RGB

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

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

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

R = 26.46%
G = 39.15%
B = 34.39%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.12

 K value IS 0.42

RGB Variations

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

Color information

#649482 (or 0x649482) is known color: Patina. HEX triplet: 64, 94 and 82. RGB value is (100,148,130). Sum of RGB (Red+Green+Blue) = 100+148+130=378 (50% of max value = 765). Red value is 100 (39.45% from 255 or 26.46% from 378); Green value is 148 (58.20% from 255 or 39.15% from 378); Blue value is 130 (51.17% from 255 or 34.39% from 378); Max value from RGB is 148 - color contains mainly: green. Hex color #649482 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #649482 is #9B6B7D. Grayscale: #838383. Windows color (decimal): -10185598 or 8557668. OLE color: 8557668.

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

Color convert

RGB 100 148 130 -
CMYK 0.32 0 0.12 0.42
HSL 157.5º 0.19% 0.49% -
HSV(B) 157.5º 0.32% 0.58% -
XYZ 19.87 25.5 24.99 -
YUV 131.6 127.1 105.46 -
System Red Green Blue C M Y K H S L
Decimal 100 148 130 0.32 0 0.12 0.42 157.5 0.19 0.49
Hex 64 94 82 20 0 C 2A 9E 13 31
Octal 144 224 202 40 0 14 52 236 23 61
Binary 1100100 10010100 10000010 100000 0 1100 101010 10011110 10011 110001

Color Harmonies of #649482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #649482

Black with #649482

Text Example


Text Example

White with #649482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #649482; }

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

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

background-color css

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

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

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

border-color css

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

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

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