Html Css Color HEX #649279 Patina

📋 copy color: '#649279'

red 100 ◦ green 146 ◦ blue 121

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

Shades of Patina #649279

Tints of Patina #649279

RGB

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

 GREEN value IS 146 (57.42% from 255) = 39.78%

 BLUE value IS 121 (47.66% from 255) = 32.97%

R = 27.25%
G = 39.78%
B = 32.97%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.17

 K value IS 0.43

RGB Variations

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

Color information

#649279 (or 0x649279) is known color: Patina. HEX triplet: 64, 92 and 79. RGB value is (100,146,121). Sum of RGB (Red+Green+Blue) = 100+146+121=367 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.25% from 367); Green value is 146 (57.42% from 255 or 39.78% from 367); Blue value is 121 (47.66% from 255 or 32.97% from 367); Max value from RGB is 146 - color contains mainly: green. Hex color #649279 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #649279 is #9B6D86. Grayscale: #818181. Windows color (decimal): -10186119 or 7967332. OLE color: 7967332.

HSL color Cylindrical-coordinate representation of color #649279: hue angle of 147.39º degrees, saturation: 0.19, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #649279 is Cyan = 0.32, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.43.

Color convert

RGB 100 146 121 -
CMYK 0.32 0 0.17 0.43
HSL 147.39º 0.19% 0.48% -
HSV(B) 147.39º 0.32% 0.57% -
XYZ 18.99 24.65 21.85 -
YUV 129.4 123.26 107.03 -
System Red Green Blue C M Y K H S L
Decimal 100 146 121 0.32 0 0.17 0.43 147.39 0.19 0.48
Hex 64 92 79 20 0 11 2B 93 13 30
Octal 144 222 171 40 0 21 53 223 23 60
Binary 1100100 10010010 1111001 100000 0 10001 101011 10010011 10011 110000

Color Harmonies of #649279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #649279

Black with #649279

Text Example


Text Example

White with #649279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #649279; }

 p { color: rgb(100,146,121); }

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

background-color css

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

 a { background-color: rgb(100,146,121); }

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

border-color css

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

 span { border-color: rgb(100,146,121); }

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